Google News
logo
Selenium - Quiz(MCQ)
In WebDriver__________command can be used to enter values onto text boxes?
A)
type()
B)
sendKeys("text")
C)
selenium.type()
D)
driver.type("text")

Correct Answer :   sendKeys("text")


Explanation : In WebDriver, sendKeys("text") command can be used to enter values onto text boxes.

Advertisement