Login
Remember
Register
Ask a Question
In webdriver, which of the following is a valid select statement that selects a value from a dropdown element?
0
votes
asked
Jan 30, 2020
in
Selenium
by
Deepanshu Burreja
In webdriver, which of the following is a valid select statement that selects a value from a dropdown element?
a) All of the listed options
b) selectByIndex()
c) selectByValue()
d) selectByVisibleText()
#selenium
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 31, 2020
by
SakshiSharma
All of the listed options
...