Login
Remember
Register
Ask a Question
In WebDriver, which command can be used to enter values onto text boxes? Select the best answer.
0
votes
asked
Jan 30, 2020
in
Selenium
by
Deepanshu Burreja
In WebDriver, which command can be used to enter values onto text boxes? Select the best answer.
a) type()
b) selenium.type()
c) driver.type("text")
d) sendKeys()
e) sendKeys("text")
#selenium-for-load-testing
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 31, 2020
by
SakshiSharma
sendKeys("text")
...