Skip to content

Commit

Permalink
test: try disable search engines
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Dec 7, 2023
1 parent 3795682 commit a70f761
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bidiServer/BrowserInstance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,11 @@ export class BrowserInstance {
'--disable-component-update',
'--disable-default-apps',
'--disable-features=DialMediaRouteProvider',
'--disable-field-trial-config', // https://source.chromium.org/chromium/chromium/src/+/main:testing/variations/README.md
'--disable-infobars',
'--disable-notifications',
'--disable-popup-blocking',
'--disable-search-engine-choice-screen',
'--enable-automation',
'--no-default-browser-check',
'--no-first-run',
Expand Down

0 comments on commit a70f761

Please sign in to comment.