How to input text in the text box without calling the sendkeys()?
Answer / sowjanya
without using sendkeys() we can input the text fields by using the JavaScript Executor
| Is This Answer Correct ? | 0 Yes | 0 No |
how to handle staleelementreferenceexception?
Does the selenium ide have any drawbacks?
What is selenium? What are different selenium components?
What is the use of get options () method?
How can we handle pop-ups in rc?
What do you mean by the assertion in selenium?
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();?
What is object repository? How can we create object repository in selenium?
How do you get the current page url?
What does a single “/” bar in XPath do?
What is the difference between selenium and sikuli?
What is the difference between driver.getwindowhandle() and driver.getwindowhandles() in selenium?