_______________ is a method in Selenium used to handle dropdown menus.

  • selectByIndex()
  • chooseFromDropdown()
  • pickFromList()
  • dropdownHandlingMethod()
The correct method to handle dropdown menus in Selenium is selectByIndex(). This method selects an option based on its index in the dropdown list. It's crucial for efficient testing of applications that involve selecting values from dropdowns, ensuring accurate simulation of user interactions.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *