You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #49 added support for specifying a no_proxy option in the proxy configuration details but only for selenium based drivers (Firefox and Chrome). Ideally we'd like to extend this support to PhantomJS as well but research at the time seemed to indicate this wasn't possible.
We'd like to go back and revisit this properly to confirm if that is the case, and if so do any workarounds exist.
The text was updated successfully, but these errors were encountered:
There is a good chance support for Phantomjs will be dropped in Quke in the future, so I don't see this ever happening.
Work on PhantomJS stopped in 2018 and as yet does not look like it will ever start up again. That and the fact you can now run Chrome and Firefox in headless mode makes the need for supporting PhantomJS less important.
PR #49 added support for specifying a
no_proxy
option in the proxy configuration details but only for selenium based drivers (Firefox and Chrome). Ideally we'd like to extend this support to PhantomJS as well but research at the time seemed to indicate this wasn't possible.We'd like to go back and revisit this properly to confirm if that is the case, and if so do any workarounds exist.
The text was updated successfully, but these errors were encountered: