Skip to content

Commit ce9e3d0

Browse files
committed
cherry-pick(#36879): fix(chromium): launch UI Mode / Trace Viewer under Admin Terminal
1 parent b91e339 commit ce9e3d0

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
@@ -47,6 +47,8 @@ const disabledFeatures = (assistantMode?: boolean) => [
4747
'ThirdPartyStoragePartitioning',
4848
// See https://github.com/microsoft/playwright/issues/16126
4949
'Translate',
50+
// See https://issues.chromium.org/u/1/issues/435410220
51+
'AutoDeElevate',
5052
assistantMode ? 'AutomationControlled' : '',
5153
].filter(Boolean);
5254

0 commit comments

Comments
 (0)