-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Firefox browser isn't opening #739
Comments
Hi @mlagran1, I suppose that the matcher can not find a match for |
Hey @diemo,l I've tried removing the version, specifying the version and leaving the version as an empty string, but I'm still not having any luck. I have the same issue when I try IE. |
Seems to me this is a w3c issue. I doubt the correct capabilities are being sent for w3c implementation since the Behat/Mink does not support this yet minkphp/MinkSelenium2Driver#254 |
@lmtierney Do you have any suggestions as a workaround? |
There's no workaround that I'm aware of if that is in fact what is causing it not to open. That issue is a year and a half old and Firefox has been running w3c for a long time. They should have been ready for it |
Wow, that is really unfortunate...Thanks for the help |
The standalone version: selenium/standalone-firefox actually opens up the browser. It can't click elements unfortunately, but at least it opens up. I wonder what the difference between standalone image and node image is. |
Thanks @lmtierney for pointing that out! @mlagran1 I will close this issue in favour of the one in the minkphp repo, since needs to be solved first to allow you to use the docker-selenium images (and Grid) properly. |
Meta -
Image(s): selenium/node-firefox
Docker-Selenium Image Version(s): 3.12.0-boron
Docker Version: 17.12.0-ce
OS: High Sierra
Expected Behavior -
Browser will open and execute test.
Actual Behavior -
Unfortunately, when I execute the scripts, the test hangs on the first scenario for a long time and then returns:
Also, the grid console returns:
I'm also using the selenium/node-chrome image and I have no issues with that one.
Here's my docker-compose and behat.yml:
docker-compose
behat.yml
The text was updated successfully, but these errors were encountered: