Login
Remember
Register
Ask a Question
How to input text in the text box using Selenium WebDriver?
0
votes
asked
Dec 9, 2019
in
Testing
by
Robindeniel
How to input text in the text box using Selenium WebDriver?
#selenium-webdriver
Testing-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 9, 2019
by
sharadyadav1986
By using sendKeys()method we can input the text in the text box using Selenium WebDriver.
...