Home »
MCQs »
Selenium MCQs
Which of the following class is used for dropdown in selenium?
47. Which of the following class is used for dropdown in selenium?
- HTML selects
- Select
- Dropdown
Answer: B) Select
Explanation:
Select class is used for dropdown in selenium, it is a WebDriver that is responsible for implementing HTML select tag.