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

What are testing types supported by selenium?

0 Answers  


What is the function of xpath?

0 Answers  


Explain what is framework and what are the frameworks available in rc?

0 Answers  


What is a hub in selenium grid?

0 Answers  


How to switch to a new window (new tab) which opens up after you click on a link?

0 Answers  






What are the types of listeners in testng?

0 Answers  


Explain how you can handle colors in web driver?

0 Answers  


Explain how you can insert a start point in selenium ide?

0 Answers  


How to handle frame in webdriver?

0 Answers  


How to capture screenshot in webdriver?

0 Answers  


What are the advantages of selenium grid?

0 Answers  


How can we check if an element is getting displayed on a web page?

0 Answers  


Categories