Skip to content

Commit d0e6b0d

Browse files
authored
fix(chromium): launch UI Mode / Trace Viewer under Admin Terminal (microsoft#36879)
1 parent 9bd0d4f commit d0e6b0d

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
@@ -38,6 +38,8 @@ const disabledFeatures = (assistantMode?: boolean) => [
3838
'ThirdPartyStoragePartitioning',
3939
// See https://github.com/microsoft/playwright/issues/16126
4040
'Translate',
41+
// See https://issues.chromium.org/u/1/issues/435410220
42+
'AutoDeElevate',
4143
assistantMode ? 'AutomationControlled' : '',
4244
].filter(Boolean);
4345

0 commit comments

Comments
 (0)