0 votes
in Selenium by
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")

1 Answer

0 votes
by

sendKeys("text")

Related questions

0 votes
asked Aug 19, 2019 in Selenium by rahulsharma
0 votes
asked Aug 19, 2019 in Selenium by rahulsharma
...