How do I select a value from a dropdown?
The Selenium WebDriver Select class provides the following methods for selecting an option/value from a drop-down menu:
selectByIndex selectByValue selectByVisibleText
How do I select a value from a dropdown?
The Selenium WebDriver Select class provides the following methods for selecting an option/value from a drop-down menu:
selectByIndex selectByValue selectByVisibleText