Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 538 Bytes

refresh-page.md

File metadata and controls

20 lines (16 loc) · 538 Bytes
description tags
Learn how to use the I.refreshPage command to refresh a page in your UIlicious test.
i.refreshpage
refreshpage
refresh page
reload page

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