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

PHPUnit_Extensions_Selenium2TestCase_WebDriverException: Error communicating with the remote browser. It may have died. #380

Open
ashikislam opened this issue Jun 9, 2016 · 2 comments

Comments

@ashikislam
Copy link

When I tried to automated test using ‪#‎Selenium‬ with ‪#‎PHPUnit‬ , it is showing http://prntscr.com/bdzict error, my source code : http://prntscr.com/bdzict . What is the reason for that?

@giorgiosironi
Copy link
Owner

PHPUnit and the Selenium Server communicate with HTTP requests, and in this case there was a connection error between the two. You should take a look at the output of the Selenium Server (it's written out in the console where you launch the .jar) to get more details.

@ashikislam
Copy link
Author

I have downloaded safaridriver extension and change setBrowser('safari'); Now it is working fine. Though it is not connected other browsers :/

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