Skip to content

Commit

Permalink
docs: Document gthe option o:reload
Browse files Browse the repository at this point in the history
  • Loading branch information
prantlf committed Jul 14, 2020
1 parent 589a8c4 commit 6afed0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTRUCTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,9 @@ Navigates (changes the current window location) to the specified URL.
If it is omitted, the command will reuse the location from the previous command. A command without URL can cause some page changes, wait for an element state and/or save a snapshot.

## go
Type: `String`: 'back', 'forward' or 'refresh'
Type: `String`: 'back', 'forward', 'refresh' or 'reload'

Navigates backwards or forwards using the browser history, or refreshes the current page.
Navigates backwards or forwards using the browser history, or refreshes the current page, or reloads the whole browser session.

```js
{
Expand Down

0 comments on commit 6afed0e

Please sign in to comment.