Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Option to select WebDriver port and allow insecure SSL cert (#482)
* Option to select WebDriver port and allow insecure SSL cert * Added configuration flag to specifiy port number for the WebDriver instance to listen on (instead of the default randomized one). Currently, Chrome-family ONLY! * Added configuration flag to allow insecure SSL certs to be accepted, as without this, Chrome Headless is all but useless. Currently, Chrome-family ONLY! * Added documentation of above mentioned changes in correct file. * A lot of stylistic cleanup, reformatting and reflowing suggested by Fantomas formatter tool. * Option to select WebDriver port and allow insecure SSL cert * Added configuration flag to specify port number for the WebDriver instance to listen on (instead of the default randomized one). Currently Chrome-family ONLY! * Added configuration flag to allow insecure SSL certs to be accepted, as without this, Chrome Headless is all but useless. Currently, Chrome-Family ONLY! * Added documentation of above mentioned changes in correct file.
- Loading branch information