vmi / selenese-runner-java

Selenium IDE native format (selenese and side) interpreter.
Other
140 stars 82 forks source link

Add --no-proxy support for chromedriver #252

Closed stefanbozic closed 7 years ago

stefanbozic commented 7 years ago

This pull requests adds --no-proxy support for chromedriver

The documentation describes --no-proxy as a general option. But in the current implementation of ChromeDriverFactory --no-proxy is not evaluated. Instead the user has to set --cli-args --proxy-bypass-list="hosts" which is not user friendly.

vmi commented 7 years ago

Thank you for PR!