Skip to content

Commit

Permalink
docs: fixed wrong waitForRequestFinished description (#6808)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed May 31, 2021
1 parent d6fe9f0 commit 47d4d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/api/class-page.md
Expand Up @@ -3422,7 +3422,7 @@ Will throw an error if the page is closed before the [`event: Page.requestFinish
### option: Page.waitForRequestFinished.predicate =
- `predicate` <[function]\([Request]\):[boolean]>

Receives the [ConsoleMessage] object and resolves to truthy value when the waiting should resolve.
Receives the [Request] object and resolves to truthy value when the waiting should resolve.

### option: Page.waitForRequestFinished.timeout = %%-wait-for-event-timeout-%%

Expand Down

0 comments on commit 47d4d47

Please sign in to comment.