-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need to support "-enablePassThrough false" for selenium standalone server #265
Comments
Are you using phantom for Protractor? What's the use case for using Phantom over headless Chrome? |
I'm using phantomjs via protractor something like the following:
protractor.conf has a configuration like the following:
|
So PhantomJS is no longer being supported ("abandoned"). Please see: ariya/phantomjs#15105. I would suggest using headless Chrome. Protractor config with headless Chrome:
Unless there is another reason to have this feature, I think we should close this feature request. |
Is it in any way possible to pass custom args to webdriver-start, which would get passed to selenium. Passing |
It seems that recent version of selenium standalone server introduced new feature of "pass through mode". when it's enabled, selenium standalone server doesn't pass argument for phantomjs correctly via phantomsjs.cli.args. It is working as well with passing "-enablePassThrough false" to selenium standalone server.
https://github.com/SeleniumHQ/selenium/blob/master/java/CHANGELOG#L24-L29
The text was updated successfully, but these errors were encountered: