0 votes
in Testing by
How to input text in the text box using Selenium WebDriver?

1 Answer

0 votes
by

By using sendKeys()method we can input the text in the text box using Selenium WebDriver.

...