Closed mtscout6 closed 10 years ago
I needed the ability to add additional capabilities to the WebDriver session I'm initiating. This pull request will allow for any number of variations to be included. In particular my use case required me to pass along the options:
chromeOptions: { args: ['--no-sandbox'] }
Looks like PR #11 Is another alternative to this solution.
Closing in favor of #11
I needed the ability to add additional capabilities to the WebDriver session I'm initiating. This pull request will allow for any number of variations to be included. In particular my use case required me to pass along the options: