MCQs>IT & Programming>Selenium Automation>If you wish to move backward in your browser's history, irrespective of the behavior of browser, then which of the following is the correct Java method to do so in WebDriver?
Selenium Automation MCQs
If you wish to move backward in your browser's history, irrespective of the behavior of browser, then which of the following is the correct Java method to do so in WebDriver?
Answer
Correct Answer: driver.navigate().back();
Explanation:
Note: This Question is unanswered, help us to find answer for this one