We can use the following code to navigate to back of the current browser window:
driver.navigate().back();
We can use the following code to navigate to forward of the current browser window:
driver.navigate().forward();
driver.navigate().back();
driver.navigate().forward();
0 Comments
What would you like to add in my list? I look forward to reading your comments below.