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 9bd0d4f commit d0e6b0dCopy full SHA for d0e6b0d
packages/playwright-core/src/server/chromium/chromiumSwitches.ts
@@ -38,6 +38,8 @@ const disabledFeatures = (assistantMode?: boolean) => [
38
'ThirdPartyStoragePartitioning',
39
// See https://github.com/microsoft/playwright/issues/16126
40
'Translate',
41
+ // See https://issues.chromium.org/u/1/issues/435410220
42
+ 'AutoDeElevate',
43
assistantMode ? 'AutomationControlled' : '',
44
].filter(Boolean);
45
0 commit comments