Skip to content

Commit 320ef42

Browse files
Add --disable-local-discovery flag for Chrome on SauceLabs to stop system network dialog (#3227)
1 parent f6926b7 commit 320ef42

3 files changed

Lines changed: 132 additions & 125 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ src/versioning/version.ts
2424
*.tsbuildinfo
2525
.kiro
2626
.eslintcache
27+
.agents/scratchpad/

integration/configs/WebDriverBaseConfig.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ const getConfig = () => {
4242
: [
4343
'--use-fake-device-for-media-stream',
4444
'--use-fake-ui-for-media-stream',
45+
'--disable-local-discovery',
4546
'--window-size=1920,1080',
4647
],
4748
},

0 commit comments

Comments
 (0)