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?


Code Snippet:


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());

2 thoughts on “How to reload the webpage using Appium?

  1. mama bear shirt Reply

    Normally I do not learn article on blogs,
    but I would like to say that this write-up very pressured me to try and do it!
    Your writing style has been amazed me. Thank you, very great article.

Leave a Reply to mama bear shirt Cancel reply

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