Computer Science, asked by bidyarani4677, 10 months ago

In webdriver which command can be used to enter values into textbox

Answers

Answered by killer980gmailcom
0

Answer:

–> sendkeys() : Webdriver command used to enter the text into the specified textbox identified using locator. –> WebElement Fname : Reference of the text box element is stored into Fname variable.

Similar questions