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 junit annotations and what are different types of annotations which are useful?
How to clear the text in the text box using selenium webdriver?
What are the advantages of selenium?
How can you prepare customized html report using testng in hybrid framework?
How to handle https website in selenium? Or how to accept the ssl untrusted connection?
How you are integrating cucumber feature files with step files?
What is the difference between driver.close() and driver.quit command?
What are some of the advantages of selenium grid?
List the different types of drivers in webdriver.
How do u get the attribute of the web element?
What programing language is most useful for creating selenium evaluations?
How can one get side to always record an absolute url for the open command's argument?