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://`.
### 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]>
@ -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]>

View file

@ -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]>
@ -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
@ -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]>
@ -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.
@ -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