Skip to content

Commit

Permalink
Whitelisting all ips
Browse files Browse the repository at this point in the history
  • Loading branch information
joelgriffith committed Aug 23, 2018
1 parent 763b4b6 commit aa73447
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/webdriver-provider.ts
Expand Up @@ -45,6 +45,7 @@ export class WebDriver {
getPort().then(async (port) => {
const chromeProcess = chromeDriver.start([
'--url-base=wd/hub',
'--whitelisted-ips',
`--port=${port}`,
'--verbose',
]);
Expand Down

0 comments on commit aa73447

Please sign in to comment.