Skip to content

Commit

Permalink
Giving this a shot, from jlandure/alpine-chrome#109
Browse files Browse the repository at this point in the history
  • Loading branch information
fermion committed Jan 31, 2023
1 parent 24b1e08 commit 9c6ebca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/browsers/chrome.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ chrome.spawn = function (options) {
'--headless',
'--disable-gpu',
'--remote-debugging-port=' + this.options.browserDebuggingPort,
'--remote-debugging-address=0.0.0.0',
'--hide-scrollbars',
], {shell: true});

Expand Down

0 comments on commit 9c6ebca

Please sign in to comment.