Skip to content

Commit

Permalink
build(chrome): update the pinned browser version (#1591)
Browse files Browse the repository at this point in the history
  • Loading branch information
browser-automation-bot authored Dec 7, 2023
1 parent 18cf19d commit 4eec750
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .browser
Original file line number Diff line number Diff line change
@@ -1 +1 @@
chrome@121.0.6142.0
chrome@122.0.6170.0
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
"chai-as-promised": "7.1.1",
"chai-exclude": "2.1.0",
"debug": "4.3.4",
"devtools-protocol": "0.0.1227788",
"devtools-protocol": "0.0.1233758",
"eslint": "8.55.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
Expand Down
3 changes: 2 additions & 1 deletion src/bidiServer/BrowserInstance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,11 @@ export class BrowserInstance {
'--allow-browser-signin=false',
'--disable-component-update',
'--disable-default-apps',
'--disable-features=DialMediaRouteProvider',
'--disable-features=DialMediaRouteProvider,TrackingProtection3pcd',
'--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 4eec750

Please sign in to comment.