Skip to content

Commit

Permalink
docs: move waitUntil doc before timeout (#6138)
Browse files Browse the repository at this point in the history
  • Loading branch information
kblok committed Apr 12, 2021
1 parent cd24904 commit c4c9809
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions docs/src/api/class-frame.md
Expand Up @@ -711,10 +711,10 @@ Headless mode doesn't support navigation to a PDF document. See the

URL to navigate frame to. The url should include scheme, e.g. `https://`.

### option: Frame.goto.timeout = %%-navigation-timeout-%%

### option: Frame.goto.waitUntil = %%-navigation-wait-until-%%

### option: Frame.goto.timeout = %%-navigation-timeout-%%

### option: Frame.goto.referer
- `referer` <[string]>

Expand Down Expand Up @@ -1289,12 +1289,12 @@ Usage of the [History API](https://developer.mozilla.org/en-US/docs/Web/API/Hist
a navigation.
:::

### option: Frame.waitForNavigation.timeout = %%-navigation-timeout-%%

### option: Frame.waitForNavigation.url = %%-wait-for-navigation-url-%%

### option: Frame.waitForNavigation.waitUntil = %%-navigation-wait-until-%%

### option: Frame.waitForNavigation.timeout = %%-navigation-timeout-%%

## async method: Frame.waitForSelector
- returns: <[null]|[ElementHandle]>

Expand Down
20 changes: 10 additions & 10 deletions docs/src/api/class-page.md
Expand Up @@ -1571,10 +1571,10 @@ last redirect. If can not go back, returns `null`.

Navigate to the previous page in history.

### option: Page.goBack.timeout = %%-navigation-timeout-%%

### option: Page.goBack.waitUntil = %%-navigation-wait-until-%%

### option: Page.goBack.timeout = %%-navigation-timeout-%%

## async method: Page.goForward
- returns: <[null]|[Response]>

Expand All @@ -1583,10 +1583,10 @@ last redirect. If can not go forward, returns `null`.

Navigate to the next page in history.

### option: Page.goForward.timeout = %%-navigation-timeout-%%

### option: Page.goForward.waitUntil = %%-navigation-wait-until-%%

### option: Page.goForward.timeout = %%-navigation-timeout-%%

## async method: Page.goto
* langs:
- alias-java: navigate
Expand Down Expand Up @@ -1624,10 +1624,10 @@ Shortcut for main frame's [`method: Frame.goto`]
URL to navigate page to. The url should include scheme, e.g. `https://`.
### option: Page.goto.timeout = %%-navigation-timeout-%%
### option: Page.goto.waitUntil = %%-navigation-wait-until-%%
### option: Page.goto.timeout = %%-navigation-timeout-%%
### option: Page.goto.referer
- `referer` <[string]>
Expand Down Expand Up @@ -2060,10 +2060,10 @@ Shortcut for main frame's [`method: Frame.querySelectorAll`].
Returns the main resource response. In case of multiple redirects, the navigation will resolve with the response of the
last redirect.

### option: Page.reload.timeout = %%-navigation-timeout-%%

### option: Page.reload.waitUntil = %%-navigation-wait-until-%%

### option: Page.reload.timeout = %%-navigation-timeout-%%

## async method: Page.route

Routing provides the capability to modify network requests that are made by a page.
Expand Down Expand Up @@ -2859,12 +2859,12 @@ a navigation.

Shortcut for main frame's [`method: Frame.waitForNavigation`].
### option: Page.waitForNavigation.timeout = %%-navigation-timeout-%%
### option: Page.waitForNavigation.url = %%-wait-for-navigation-url-%%
### option: Page.waitForNavigation.waitUntil = %%-navigation-wait-until-%%
### option: Page.waitForNavigation.timeout = %%-navigation-timeout-%%
## async method: Page.waitForPopup
* langs: csharp, java, python
- alias-python: expect_popup
Expand Down

0 comments on commit c4c9809

Please sign in to comment.