@@ -4507,7 +4507,6 @@ 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-%%
45114510
45124511### param: Page.waitForClose.callback = %%-java-wait-for-event-callback-%%
45134512* since: v1.9
@@ -4539,7 +4538,6 @@ Receives the [ConsoleMessage] object and resolves to truthy value when the waiti
45394538
45404539### option: Page.waitForConsoleMessage.timeout = %%-wait-for-event-timeout-%%
45414540* since: v1.9
4542- ### option: Page.waitForConsoleMessage.signal = %%-wait-for-event-signal-%%
45434541
45444542### param: Page.waitForConsoleMessage.callback = %%-java-wait-for-event-callback-%%
45454543* since: v1.9
@@ -4571,7 +4569,6 @@ Receives the [Download] object and resolves to truthy value when the waiting sho
45714569
45724570### option: Page.waitForDownload.timeout = %%-wait-for-event-timeout-%%
45734571* since: v1.9
4574- ### option: Page.waitForDownload.signal = %%-wait-for-event-signal-%%
45754572
45764573### param: Page.waitForDownload.callback = %%-java-wait-for-event-callback-%%
45774574* since: v1.9
@@ -4628,7 +4625,6 @@ Either a predicate that receives an event or an options object. Optional.
46284625
46294626### option: Page.waitForEvent.timeout = %%-wait-for-event-timeout-%%
46304627* since: v1.8
4631- ### option: Page.waitForEvent.signal = %%-wait-for-event-signal-%%
46324628
46334629## async method: Page.waitForFileChooser
46344630* since: v1.9
@@ -4657,7 +4653,6 @@ Receives the [FileChooser] object and resolves to truthy value when the waiting
46574653
46584654### option: Page.waitForFileChooser.timeout = %%-wait-for-event-timeout-%%
46594655* since: v1.9
4660- ### option: Page.waitForFileChooser.signal = %%-wait-for-event-signal-%%
46614656
46624657### param: Page.waitForFileChooser.callback = %%-java-wait-for-event-callback-%%
46634658* since: v1.9
@@ -4895,7 +4890,6 @@ Console.WriteLine(await popup.TitleAsync()); // popup is ready to use.
48954890
48964891### option: Page.waitForLoadState.timeout = %%-navigation-timeout-js-%%
48974892* since: v1.8
4898- ### option: Page.waitForLoadState.signal = %%-wait-for-event-signal-%%
48994893
49004894## async method: Page.waitForNavigation
49014895* since: v1.8
@@ -4982,7 +4976,6 @@ a navigation.
49824976
49834977### option: Page.waitForNavigation.timeout = %%-navigation-timeout-js-%%
49844978* since: v1.8
4985- ### option: Page.waitForNavigation.signal = %%-wait-for-event-signal-%%
49864979
49874980### param: Page.waitForNavigation.callback = %%-java-wait-for-event-callback-%%
49884981* since: v1.9
@@ -5014,7 +5007,6 @@ Receives the [Page] object and resolves to truthy value when the waiting should
50145007
50155008### option: Page.waitForPopup.timeout = %%-wait-for-event-timeout-%%
50165009* since: v1.9
5017- ### option: Page.waitForPopup.signal = %%-wait-for-event-signal-%%
50185010
50195011### param: Page.waitForPopup.callback = %%-java-wait-for-event-callback-%%
50205012* since: v1.9
@@ -5124,8 +5116,6 @@ Request URL string, regex or predicate receiving [Request] object.
51245116Maximum wait time in milliseconds, defaults to 30 seconds, pass ` 0 ` to disable the timeout. The default value can be
51255117changed by using the [ ` method: Page.setDefaultTimeout ` ] method.
51265118
5127- ### option: Page.waitForRequest.signal = %%-wait-for-event-signal-%%
5128-
51295119### param: Page.waitForRequest.callback = %%-java-wait-for-event-callback-%%
51305120* since: v1.9
51315121
@@ -5156,7 +5146,6 @@ Receives the [Request] object and resolves to truthy value when the waiting shou
51565146
51575147### option: Page.waitForRequestFinished.timeout = %%-wait-for-event-timeout-%%
51585148* since: v1.12
5159- ### option: Page.waitForRequestFinished.signal = %%-wait-for-event-signal-%%
51605149
51615150### param: Page.waitForRequestFinished.callback = %%-java-wait-for-event-callback-%%
51625151* since: v1.12
@@ -5273,8 +5262,6 @@ it gets merged via the [`new URL()`](https://developer.mozilla.org/en-US/docs/We
52735262Maximum wait time in milliseconds, defaults to 30 seconds, pass ` 0 ` to disable the timeout. The default value can be
52745263changed by using the [ ` method: BrowserContext.setDefaultTimeout ` ] or [ ` method: Page.setDefaultTimeout ` ] methods.
52755264
5276- ### option: Page.waitForResponse.signal = %%-wait-for-event-signal-%%
5277-
52785265### param: Page.waitForResponse.callback = %%-java-wait-for-event-callback-%%
52795266* since: v1.9
52805267
@@ -5526,7 +5513,6 @@ await page.WaitForURLAsync("**/target.html");
55265513
55275514### option: Page.waitForURL.timeout = %%-navigation-timeout-js-%%
55285515* since: v1.11
5529- ### option: Page.waitForURL.signal = %%-wait-for-event-signal-%%
55305516
55315517### option: Page.waitForURL.waitUntil = %%-navigation-wait-until-%%
55325518* since: v1.11
@@ -5558,7 +5544,6 @@ Receives the [WebSocket] object and resolves to truthy value when the waiting sh
55585544
55595545### option: Page.waitForWebSocket.timeout = %%-wait-for-event-timeout-%%
55605546* since: v1.9
5561- ### option: Page.waitForWebSocket.signal = %%-wait-for-event-signal-%%
55625547
55635548### param: Page.waitForWebSocket.callback = %%-java-wait-for-event-callback-%%
55645549* since: v1.9
@@ -5590,7 +5575,6 @@ Receives the [Worker] object and resolves to truthy value when the waiting shoul
55905575
55915576### option: Page.waitForWorker.timeout = %%-wait-for-event-timeout-%%
55925577* since: v1.9
5593- ### option: Page.waitForWorker.signal = %%-wait-for-event-signal-%%
55945578
55955579### param: Page.waitForWorker.callback = %%-java-wait-for-event-callback-%%
55965580* since: v1.9
@@ -5628,4 +5612,3 @@ Will throw an error if the page is closed before the `event` is fired.
56285612
56295613### option: Page.waitForEvent2.timeout = %%-wait-for-event-timeout-%%
56305614* since: v1.8
5631- ### option: Page.waitForEvent2.signal = %%-wait-for-event-signal-%%
0 commit comments