We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b91e339 commit ce9e3d0Copy full SHA for ce9e3d0
packages/playwright-core/src/server/chromium/chromiumSwitches.ts
@@ -47,6 +47,8 @@ const disabledFeatures = (assistantMode?: boolean) => [
47
'ThirdPartyStoragePartitioning',
48
// See https://github.com/microsoft/playwright/issues/16126
49
'Translate',
50
+ // See https://issues.chromium.org/u/1/issues/435410220
51
+ 'AutoDeElevate',
52
assistantMode ? 'AutomationControlled' : '',
53
].filter(Boolean);
54
0 commit comments