Skip to content

Commit 1621d0b

Browse files
authored
cherry-pick(#37715): chore: disable RenderDocument feature (#37718)
1 parent ffbf82b commit 1621d0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/playwright-core/src/server/chromium/chromiumSwitches.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ const disabledFeatures = (assistantMode?: boolean) => [
4040
'Translate',
4141
// See https://issues.chromium.org/u/1/issues/435410220
4242
'AutoDeElevate',
43+
// See https://github.com/microsoft/playwright/issues/37714
44+
'RenderDocument',
4345
assistantMode ? 'AutomationControlled' : '',
4446
].filter(Boolean);
4547

0 commit comments

Comments
 (0)