Skip to content
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

PhantomJSTests all fail #30

Open
ndroock1 opened this issue Oct 6, 2017 · 2 comments
Open

PhantomJSTests all fail #30

ndroock1 opened this issue Oct 6, 2017 · 2 comments

Comments

@ndroock1
Copy link

ndroock1 commented Oct 6, 2017

What is the point of communication / support for conductor-framework?

I posted this issue: https://stackoverflow.com/questions/46583156/conductor-framework-3-0-1-does-not-support-phantomjs on Stackoverflow.

Conductor 3.0.1 refers to selenium 3.4.0 and phantomjs 1.2.1. For this version the PhantomJSTests fail because of this Selenium issue: SeleniumHQ/selenium#3534

Using the latest selenium 3.6.0 and phantomjs 1.4.0 does not pass them either because of this Selenium issue: SeleniumHQ/selenium#4781

I have had success with Selenium 3.5.3 and PhantomJS 1.4.0

Is PhantomJS supported by Conductor? If so why was 3.0.1. released with failing PhantomJS Tests?

@ddavison
Copy link
Member

ddavison commented Oct 7, 2017

phantomjs is on its way of being completely deprecated from the selenium source base. in fact, thanks for reminding me, i'll be removing the docker-selenium phantomjs image. These images are being replaced by "headless chrome" and "headless firefox".

Right now, phantomjs should still work, but the versioning might need to be fiddled with. In the meantime, see if you can enable headless chrome

@ndroock1
Copy link
Author

Thank you @ddavison , I did not know there was such a thing as headless chrome (shame). Will try to move to headless chrome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants