From 86ef7393baa304b8249289ef46eca20c82367c86 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Fri, 15 Dec 2023 12:09:26 -0800 Subject: [PATCH] docs: remove unrouteAll.behavior option from java (#28675) This option does not make sense in the synchronous API where all active routes would be on the same call stack any way. Reference https://github.com/microsoft/playwright/issues/23781 --- docs/src/api/params.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/api/params.md b/docs/src/api/params.md index c616a5721e..b28104814e 100644 --- a/docs/src/api/params.md +++ b/docs/src/api/params.md @@ -735,6 +735,7 @@ Whether to allow sites to register Service workers. Defaults to `'allow'`. * `'block'`: Playwright will block all registration of Service Workers. ## unroute-all-options-behavior +* langs: js, csharp, python * since: v1.41 - `behavior` <[UnrouteBehavior]<"wait"|"ignoreErrors"|"default">>