Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
In webdriver, which of the following is a valid select statement that selects a value from a dropdown element?
Home
Selenium
In webdriver, which of the following is a valid select statement that selects a value from a...
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
...