Google News
logo
Selenium - Quiz(MCQ)
In web driver, which of the following is a valid select statement that selects a value from a drop-down element?
A)
SelectByIndex()
B)
SelectByValue()
C)
SelectByVisibleText()
D)
All of the above

Correct Answer :   All of the above

Advertisement