Skip to content

Commit

Permalink
[doc] elaborate on url parameter in page.goto. (puppeteer#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov authored and ebidel committed Aug 23, 2017
1 parent 4471969 commit b8c3686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ can not go back, resolves to null.
Navigate to the next page in history.

#### page.goto(url, options)
- `url` <[string]> URL to navigate page to
- `url` <[string]> URL to navigate page to. The url should include scheme, e.g. `https://`.
- `options` <[Object]> Navigation parameters which might have the following properties:
- `timeout` <[number]> Maximum navigation time in milliseconds, defaults to 30 seconds.
- `waitUntil` <[string]> When to consider navigation succeeded, defaults to `load`. Could be either:
Expand Down

0 comments on commit b8c3686

Please sign in to comment.