How do you simulate browser back and forward?



How do you simulate browser back and forward?..

Answer / sowjanya

driver.navigate().back();
driver.navigate().forward();

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Selenium Interview Questions

How you can insert a start point in selenium ide?

0 Answers  


How do you achieve synchronization in webdriver?

0 Answers  


What must one set within side in order to run a test from the beginning to a certain point within the test?

0 Answers  


What are junit annotations?

0 Answers  


List the different testing types supported by selenium.

1 Answers  






What are different forms of selenium?

0 Answers  


How to check if a text is highlighted on the page ?

0 Answers  


What are the open-source frameworks supported by selenium webdriver?

0 Answers  


What will be the different kinds of locators in selenium?

0 Answers  


How to perform right click using selenium webdriver?

0 Answers  


What are the capabilities of selenium webdriver or google webdriver or selenium 2.0?

0 Answers  


What is same origin policy and how it can be handled?

0 Answers  


Categories