How to reload the webpage using Appium? – pCloudy – Question and Answers
Home >> Appium Tricks and Tricks >> How to reload the webpage using Appium? ...

How to reload the webpage using Appium?



"1. Using Refresh command-
driver.navigate().refresh();

2. Using get command-
driver.get(""https://www.google.com.bd/""); //Or the page URL.

3. Using the current url-
driver.navigate().to(driver.getCurrentUrl());"

Leave a Reply

Your email address will not be published. Required fields are marked *