diff --git a/lib/browsers/chrome.js b/lib/browsers/chrome.js index 3a0ab2d3..643b04ac 100644 --- a/lib/browsers/chrome.js +++ b/lib/browsers/chrome.js @@ -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});