docs: move waitUntil doc before timeout (#6138)

This commit is contained in:
Darío Kondratiuk 2021-04-12 13:18:18 -03:00 committed by GitHub
parent cd2490424e
commit c4c9809f85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 14 deletions

View file

@ -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://`. 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.waitUntil = %%-navigation-wait-until-%%
### option: Frame.goto.timeout = %%-navigation-timeout-%%
### option: Frame.goto.referer ### option: Frame.goto.referer
- `referer` <[string]> - `referer` <[string]>
@ -1289,12 +1289,12 @@ Usage of the [History API](https://developer.mozilla.org/en-US/docs/Web/API/Hist
a navigation. a navigation.
::: :::
### option: Frame.waitForNavigation.timeout = %%-navigation-timeout-%%
### option: Frame.waitForNavigation.url = %%-wait-for-navigation-url-%% ### option: Frame.waitForNavigation.url = %%-wait-for-navigation-url-%%
### option: Frame.waitForNavigation.waitUntil = %%-navigation-wait-until-%% ### option: Frame.waitForNavigation.waitUntil = %%-navigation-wait-until-%%
### option: Frame.waitForNavigation.timeout = %%-navigation-timeout-%%
## async method: Frame.waitForSelector ## async method: Frame.waitForSelector
- returns: <[null]|[ElementHandle]> - returns: <[null]|[ElementHandle]>

View file

@ -1571,10 +1571,10 @@ last redirect. If can not go back, returns `null`.
Navigate to the previous page in history. Navigate to the previous page in history.
### option: Page.goBack.timeout = %%-navigation-timeout-%%
### option: Page.goBack.waitUntil = %%-navigation-wait-until-%% ### option: Page.goBack.waitUntil = %%-navigation-wait-until-%%
### option: Page.goBack.timeout = %%-navigation-timeout-%%
## async method: Page.goForward ## async method: Page.goForward
- returns: <[null]|[Response]> - returns: <[null]|[Response]>
@ -1583,10 +1583,10 @@ last redirect. If can not go forward, returns `null`.
Navigate to the next page in history. Navigate to the next page in history.
### option: Page.goForward.timeout = %%-navigation-timeout-%%
### option: Page.goForward.waitUntil = %%-navigation-wait-until-%% ### option: Page.goForward.waitUntil = %%-navigation-wait-until-%%
### option: Page.goForward.timeout = %%-navigation-timeout-%%
## async method: Page.goto ## async method: Page.goto
* langs: * langs:
- alias-java: navigate - alias-java: navigate
@ -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://`. 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.waitUntil = %%-navigation-wait-until-%%
### option: Page.goto.timeout = %%-navigation-timeout-%%
### option: Page.goto.referer ### option: Page.goto.referer
- `referer` <[string]> - `referer` <[string]>
@ -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 Returns the main resource response. In case of multiple redirects, the navigation will resolve with the response of the
last redirect. last redirect.
### option: Page.reload.timeout = %%-navigation-timeout-%%
### option: Page.reload.waitUntil = %%-navigation-wait-until-%% ### option: Page.reload.waitUntil = %%-navigation-wait-until-%%
### option: Page.reload.timeout = %%-navigation-timeout-%%
## async method: Page.route ## async method: Page.route
Routing provides the capability to modify network requests that are made by a page. Routing provides the capability to modify network requests that are made by a page.
@ -2859,12 +2859,12 @@ a navigation.
Shortcut for main frame's [`method: Frame.waitForNavigation`]. 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.url = %%-wait-for-navigation-url-%%
### option: Page.waitForNavigation.waitUntil = %%-navigation-wait-until-%% ### option: Page.waitForNavigation.waitUntil = %%-navigation-wait-until-%%
### option: Page.waitForNavigation.timeout = %%-navigation-timeout-%%
## async method: Page.waitForPopup ## async method: Page.waitForPopup
* langs: csharp, java, python * langs: csharp, java, python
- alias-python: expect_popup - alias-python: expect_popup