How do you simulate browser back and forward?
Answer / sowjanya
driver.navigate().back();
driver.navigate().forward();
Is This Answer Correct ? | 0 Yes | 0 No |
How you can insert a start point in selenium ide?
How do you achieve synchronization in webdriver?
What must one set within side in order to run a test from the beginning to a certain point within the test?
What are junit annotations?
List the different testing types supported by selenium.
What are different forms of selenium?
How to check if a text is highlighted on the page ?
What are the open-source frameworks supported by selenium webdriver?
What will be the different kinds of locators in selenium?
How to perform right click using selenium webdriver?
What are the capabilities of selenium webdriver or google webdriver or selenium 2.0?
What is same origin policy and how it can be handled?