How to input text in the text box without calling the sendkeys()?
Answer Posted / sowjanya
without using sendkeys() we can input the text fields by using the JavaScript Executor
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How will you find an element using selenium?
Name an api used for logging in java?
What is the command that is used in order to display the values of a variable into the output console or log?
How you can insert a break point in selenium ide?
How do you achieve synchronization in webdriver?
How can we handle window ui elements and window pop ups using selenium?
Why do you need session handling while working with selenium?
What is the object repository?
Does the selenium ide have any drawbacks?
How would you test your element locator?
How can we fetch a text written over an element?
What is the use of javascriptexecutor?
Explain what is datadriven framework and keyword driven?
What are soft assert and hard assert in selenium?
What are the different types of wait statements in selenium webdriver? Or how do you achieve synchronization in webdriver?