Selenium Java - Handling Form Elements
Which method should you use to select the option with value attribute "admin" in a dropdown using Selenium Java?
selectByValue, while visible text uses selectByVisibleText.selectByValue("admin").15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions