Forum Discussion

simonaferrara's avatar
simonaferrara
Frequent Contributor
4 years ago
Solved

Refresh the browser page

Hi all,   I need to refresh the browser within my tests, like doing an F5 on the browser. The "Browsers.Refresh" method seems not suitable for my scope (it refresh the object tree within TestCompl...
  • AlexKaras's avatar
    AlexKaras
    4 years ago

    Hi,

     

    Refresh (F5) in browser essentially requests page a-new from web server.

    So you may use .Navigate() or .ToURL() methods to refresh the page.

    While I am with Marsha and would use F5 unless there are some specific requirements/conditions.