From 47d4d473d0b5e2547d15a6d3cc2d356ab36ccdf8 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 31 May 2021 09:54:20 -0700 Subject: [PATCH] docs: fixed wrong waitForRequestFinished description (#6808) --- docs/src/api/class-page.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/api/class-page.md b/docs/src/api/class-page.md index c00d85f635..9f40de29ec 100644 --- a/docs/src/api/class-page.md +++ b/docs/src/api/class-page.md @@ -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-%%