Selenium RC throws sessionsid should not be null exception with assertTextPresent, phpunit 3.4 bug o
- by user342775
I am looking to migrate my selenium RC tests to using PHPUnit 3.4.12 from PHPUnit 3.3.2
The selenium test will fail with an exception of the following when I use assertTextPresent()
PHPUnit_Framework_Exception: Response from Selenium RC server for getLocation().
ERROR Server Exception: sessionId should not be null; has this session been started…