Skip to content

I.refreshPage() ​

Reloads the current page in the active browser tab.

Usage ​

js
I.refreshPage()

Example ​

js
I.goTo("https://google.com")
I.refreshPage()

In this example above, the browser navigates to "https://google.com" and then refreshes the page.