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")

...