Skip to content
Advertisement

Selecting an item from a combo box selenium driver with java

I tried to select an item from a combo box through selenium driver with java, but it didn’t work.

This is my code…

JavaScript

Advertisement

Answer

In WebDriver there is separate Class (Select) is there to deal with Combo lists.

Use below logic to select options from pick list fields

JavaScript

Refer this post for more info regarding Select class.

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement