
17
Apr, 14
How to set value in select drop-down using selenium?
Today I am going to explain how to set value in select drop-down using selenium? If select box has name or id and it has multiple option than we can set value by this way. WebElement select=driver.findElement(By.id("countryName"));...
Recent Comments