How do you simulate browser back and forward?
Answer / sowjanya
driver.navigate().back();
driver.navigate().forward();
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between find elements () and find element ()?
How to insert a comment in selenium ide?
How to clear the text in the text box using selenium webdriver?
While injecting capabilities in webdriver to perform tests on a browser which is not supported by a webdriver what is the limitation that one can come across?
How does click on button without using click method
What are the significant changes/upgrades in various selenium versions?
What if you have written your own element locator and how would you test it?
What is junit annotations and what are different types of annotations which are useful?
Which web driver implementation is the fastest?
What are some limitations of selenium?
Which is the super interface of webdriver?
Mention different exceptions you had in selenium web driver?