phpunit-selenium
phpunit-selenium copied to clipboard
No releases available for package "pear.phpunit.de/PHPUnit_Selenium"
I'm getting this error and I can't seem to resolve it. @sebastianbergmann is listed at the maintainer on the PEAR channel, so here's hoping we can figure this out.
I'm on Windows, and pear remote-list -c phpunit
shows PHPUnit_Selenium in the list but running either pear install phpunit/PHPUnit_Selenium
or even pear install phpunit/PHPUnit_Selenium-1.3.1
yields the same `No releases available for package "pear.phpunit.de/PHPUnit_Selenium"`` message.
Installing on RHEL 6 works fine.
Get same problem. Windows 8 php 5.4.17 PEAR 1.9.4
I clear pear cache in userprofile folder and problem was fixed
Have the same problem.
Windows 8, PHP 5.4, PEAR.
Installed PHPUnit globally, can access from anywhere but Selenium is constantly giving error.
I also get this error when I try to run the tests using phpstorm.
PHPUnit_Framework_Error : Invalid response while accessing the Selenium Server at 'http://localhost:4444/selenium-server/driver/': Failed to start new browser session: org.openqa.selenium.server.RemoteCommandException: Error while launching browser Caused by RuntimeException: Invalid response while accessing the Selenium Server at 'http://localhost:4444/selenium-server/driver/': Failed to start new browser session: org.openqa.selenium.server.RemoteCommandException: Error while launching browser
@rashidfawad , this is not the same error. Have you started the Selenium Server jar, which is a separate file to download? Take a look at our https://github.com/giorgiosironi/phpunit-selenium/blob/master/.ci/common_env.sh to see where to download it.