Closed factorlabs closed 11 years ago
This bundle was meant to configure Mink 1.3 in symfony. It is deprecated and not compatible with Mink 1.4 (which you are using as you are using Behat 2.4). So I doubt it is the right repo.
You should probably report it in the MinkSeleniumDriver repo
Thank you stof!
Fixed in #41
Hi,
I'm trying to run Mink and Selenium with Symfony.
My composer.json:
My behat.yml:
I'm running selenium using:
java -jar selenium-server-standalone-2.28.0.jar
And the error I'm getting is:
Unexpected response from Selenium server : ERROR Server Exception: sessionId should not be null; has this session been started yet?
While I'm trying to run tests. Thank you for any suggestions!