Answers for "using selenium with a dropdown menu"

0

using selenium with a dropdown menu

driver.findElement(By.id("dropdownlistone")).click(); // To click on drop down list
driver.findElement(By.linkText("india")).click(); // To select a data from the drop down list
Posted by: Guest on April-09-2020

Code answers related to "using selenium with a dropdown menu"

Browse Popular Code Answers by Language