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 can we find all the links on a web page?
what is the difference between driver.get() and driver.navigate.to(“url”)?
What’s new in selenium 3.0?
What is the difference between close() and quit()?
What is selenium rc?
What are the advantages and disadvantages of selenium over other testing tools like qtp and testcomplete?
List the different selenium tools.
How to press enter key on text box in selenium webdriver?
What are the ways to refresh a browser using selenium webdriver?
How can we clear a text written in a textbox?
What is the command line we have to write inside a .bat file to execute a selenium project when we are using testng?
How can you fetch an attribute from an element? How to retrieve typed text from a textbox?