mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
docs: fixed wrong waitForRequestFinished description (#6808)
This commit is contained in:
parent
d6fe9f0b84
commit
47d4d473d0
@ -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-%%
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user