How to input text in the text box using selenium webdriver?
Answer Posted / chetan p kumar.j
By using SendKeys()
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How would you test your element locator?
How does testng allow you to state dependencies? Explain it with an example.
Explain what are the limitations of selenium ide?
How to handle keyboard and mouse actions using selenium?
Name an api used for logging in java?
How do you upload a file?
What are the features of testng and list some of the functionality in testng which makes it more effective?
How to export the tests from selenium ide to selenium rc in different languages?
How would one access the value of a side variable named name from within a javascript snippet used as the argument to a selenese command?
What are the different types of waits available in webdriver?
How you build object repository in your project?
What is soft assertion in selenium? How can you mark a test case as failed by using soft assertion?
What is the purpose of creating a reference variable- 'driver' of type webdriver instead of directly creating a firefoxdriver object or any other driver's reference in the statement webdriver driver = new firefoxdriver();?
@timeouts ||= Timeouts.new(@bridge) what does it mean?
Can we enter text without using sendkeys()?