Refresh / Reload Page
Use the I.refreshPage
command to refresh / reload the current page.
I.goTo("https://google.com")
I.refreshPage() // this will reload "http://google.com" on the current tab
Use the I.refreshPage
command to refresh / reload the current page.
I.goTo("https://google.com")
I.refreshPage() // this will reload "http://google.com" on the current tab