Selenium Java - Handling Form Elements
Which of the following is the correct syntax to select the third option in a dropdown using Selenium Java's
Select class?Select class?Select starts at 0, so the third option has index 2.selectByIndex(2) selects the third option correctly.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions