@@ -4507,6 +4507,7 @@ Performs action and waits for the Page to close.
45074507
45084508### option: Page.waitForClose.timeout = %%-wait-for-event-timeout-%%
45094509* since: v1.9
4510+ ### option: Page.waitForClose.signal = %%-wait-for-event-signal-%%
45104511
45114512### param: Page.waitForClose.callback = %%-java-wait-for-event-callback-%%
45124513* since: v1.9
@@ -4538,6 +4539,7 @@ Receives the [ConsoleMessage] object and resolves to truthy value when the waiti
45384539
45394540### option: Page.waitForConsoleMessage.timeout = %%-wait-for-event-timeout-%%
45404541* since: v1.9
4542+ ### option: Page.waitForConsoleMessage.signal = %%-wait-for-event-signal-%%
45414543
45424544### param: Page.waitForConsoleMessage.callback = %%-java-wait-for-event-callback-%%
45434545* since: v1.9
@@ -4569,6 +4571,7 @@ Receives the [Download] object and resolves to truthy value when the waiting sho
45694571
45704572### option: Page.waitForDownload.timeout = %%-wait-for-event-timeout-%%
45714573* since: v1.9
4574+ ### option: Page.waitForDownload.signal = %%-wait-for-event-signal-%%
45724575
45734576### param: Page.waitForDownload.callback = %%-java-wait-for-event-callback-%%
45744577* since: v1.9
@@ -4625,6 +4628,7 @@ Either a predicate that receives an event or an options object. Optional.
46254628
46264629### option: Page.waitForEvent.timeout = %%-wait-for-event-timeout-%%
46274630* since: v1.8
4631+ ### option: Page.waitForEvent.signal = %%-wait-for-event-signal-%%
46284632
46294633## async method: Page.waitForFileChooser
46304634* since: v1.9
@@ -4653,6 +4657,7 @@ Receives the [FileChooser] object and resolves to truthy value when the waiting
46534657
46544658### option: Page.waitForFileChooser.timeout = %%-wait-for-event-timeout-%%
46554659* since: v1.9
4660+ ### option: Page.waitForFileChooser.signal = %%-wait-for-event-signal-%%
46564661
46574662### param: Page.waitForFileChooser.callback = %%-java-wait-for-event-callback-%%
46584663* since: v1.9
@@ -4890,6 +4895,7 @@ Console.WriteLine(await popup.TitleAsync()); // popup is ready to use.
48904895
48914896### option: Page.waitForLoadState.timeout = %%-navigation-timeout-js-%%
48924897* since: v1.8
4898+ ### option: Page.waitForLoadState.signal = %%-wait-for-event-signal-%%
48934899
48944900## async method: Page.waitForNavigation
48954901* since: v1.8
@@ -4976,6 +4982,7 @@ a navigation.
49764982
49774983### option: Page.waitForNavigation.timeout = %%-navigation-timeout-js-%%
49784984* since: v1.8
4985+ ### option: Page.waitForNavigation.signal = %%-wait-for-event-signal-%%
49794986
49804987### param: Page.waitForNavigation.callback = %%-java-wait-for-event-callback-%%
49814988* since: v1.9
@@ -5007,6 +5014,7 @@ Receives the [Page] object and resolves to truthy value when the waiting should
50075014
50085015### option: Page.waitForPopup.timeout = %%-wait-for-event-timeout-%%
50095016* since: v1.9
5017+ ### option: Page.waitForPopup.signal = %%-wait-for-event-signal-%%
50105018
50115019### param: Page.waitForPopup.callback = %%-java-wait-for-event-callback-%%
50125020* since: v1.9
@@ -5116,6 +5124,8 @@ Request URL string, regex or predicate receiving [Request] object.
51165124Maximum wait time in milliseconds, defaults to 30 seconds, pass ` 0 ` to disable the timeout. The default value can be
51175125changed by using the [ ` method: Page.setDefaultTimeout ` ] method.
51185126
5127+ ### option: Page.waitForRequest.signal = %%-wait-for-event-signal-%%
5128+
51195129### param: Page.waitForRequest.callback = %%-java-wait-for-event-callback-%%
51205130* since: v1.9
51215131
@@ -5146,6 +5156,7 @@ Receives the [Request] object and resolves to truthy value when the waiting shou
51465156
51475157### option: Page.waitForRequestFinished.timeout = %%-wait-for-event-timeout-%%
51485158* since: v1.12
5159+ ### option: Page.waitForRequestFinished.signal = %%-wait-for-event-signal-%%
51495160
51505161### param: Page.waitForRequestFinished.callback = %%-java-wait-for-event-callback-%%
51515162* since: v1.12
@@ -5262,6 +5273,8 @@ it gets merged via the [`new URL()`](https://developer.mozilla.org/en-US/docs/We
52625273Maximum wait time in milliseconds, defaults to 30 seconds, pass ` 0 ` to disable the timeout. The default value can be
52635274changed by using the [ ` method: BrowserContext.setDefaultTimeout ` ] or [ ` method: Page.setDefaultTimeout ` ] methods.
52645275
5276+ ### option: Page.waitForResponse.signal = %%-wait-for-event-signal-%%
5277+
52655278### param: Page.waitForResponse.callback = %%-java-wait-for-event-callback-%%
52665279* since: v1.9
52675280
@@ -5513,6 +5526,7 @@ await page.WaitForURLAsync("**/target.html");
55135526
55145527### option: Page.waitForURL.timeout = %%-navigation-timeout-js-%%
55155528* since: v1.11
5529+ ### option: Page.waitForURL.signal = %%-wait-for-event-signal-%%
55165530
55175531### option: Page.waitForURL.waitUntil = %%-navigation-wait-until-%%
55185532* since: v1.11
@@ -5544,6 +5558,7 @@ Receives the [WebSocket] object and resolves to truthy value when the waiting sh
55445558
55455559### option: Page.waitForWebSocket.timeout = %%-wait-for-event-timeout-%%
55465560* since: v1.9
5561+ ### option: Page.waitForWebSocket.signal = %%-wait-for-event-signal-%%
55475562
55485563### param: Page.waitForWebSocket.callback = %%-java-wait-for-event-callback-%%
55495564* since: v1.9
@@ -5575,6 +5590,7 @@ Receives the [Worker] object and resolves to truthy value when the waiting shoul
55755590
55765591### option: Page.waitForWorker.timeout = %%-wait-for-event-timeout-%%
55775592* since: v1.9
5593+ ### option: Page.waitForWorker.signal = %%-wait-for-event-signal-%%
55785594
55795595### param: Page.waitForWorker.callback = %%-java-wait-for-event-callback-%%
55805596* since: v1.9
@@ -5612,3 +5628,4 @@ Will throw an error if the page is closed before the `event` is fired.
56125628
56135629### option: Page.waitForEvent2.timeout = %%-wait-for-event-timeout-%%
56145630* since: v1.8
5631+ ### option: Page.waitForEvent2.signal = %%-wait-for-event-signal-%%
0 commit comments