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 |
What is regular expressions? How you can use regular expressions in selenium?
What are the types of waits available in selenium webdriver?
How to get the number of frames on a page?
What is the difference between “type” and “type and wait for” command?
How to iterate through options in test script?
How is driver.close()command different from driver.quit command?
How to resize browser window using selenium webdriver?
In selenium what are breakpoints and startpoints?
How to switch to a new window (new tab) which opens up after you click on a link?
What are the programming languages supported by selenium webdiver?
How to click on a hyper link using linktext?
How to install use TestNG in selenium webdriver ?