phpunit-selenium icon indicating copy to clipboard operation
phpunit-selenium copied to clipboard

Selenium RC integration for PHPUnit

Results 99 phpunit-selenium issues
Sort by recently updated
recently updated
newest added

In PHPUnit 8, TestListener and TestListenerDefaultImplenentation are deprecated. This is preventing PHPUnit_Selenium from supporting PHPUnit 8.*

Hi all, Calling `$this->timeouts()->implicitWait(5000);` leads to error: ``` PHPUnit_Extensions_Selenium2TestCase_WebDriverException: POST /session/76d6c302-bafc-4a65-ac20-a8ddd453b2a7/timeouts/implicit_wait did not match a known command Build info: version: '3.5.3', revision: 'a88d25fe6b', time: '2017-08-29T12:54:15.039Z' System info: host: 'HP', ip:...

Hi, I'm running my selenium tests under a headless IE browser on windows, and am taking screenshots on error/failures. One thing with this is the browser window that is being...

Hello, I'm trying to make phpunt-selenium work with Selenium Webdriver 3 + Firefox + Geckodriver, is phpunit-selenium comptabile ? php : 7.0 phpunit : 6.5.12 phpunit-selenium : 4.1.0 geckodriver :...

Hi @giorgiosironi , I would like to know is there a (updated) comprehensive documentation for this library? I know that it's included in the old PHPUnit branch (version 4.8) but...

PHP 7.2 "phpunit/phpunit": "^5", "modelizer/selenium": "~1.0", PHP Warning: Declaration of PHPUnit_Extensions_Selenium2TestCase::onNotSuccessfulTest(Exception $e) should be compatible with PHPUnit_Framework_TestCase::onNotSuccessfulTest($e) in C:\_dk\_lq\vendor\phpunit\phpunit-selenium\PHPUnit\Extensions\Selenium2TestCase.php on line 97 Any suggestions?

I'm testing a page with frame where I click and frame automatically closes. After frame closes, the Selenium can't go back to current window and continue tests. My test: ```...

The following exception gets thrown when I manually trigger a test that sets an implicitWait: PHPUnit_Extensions_Selenium2TestCase_Exception: There is no use in setting this timeout unless you also call $this->setSeleniumServerRequestsTimeout($seconds) in...

While we can perform setTimeout() and even setHttpTimeout(), there is no way to get the current value. There is no getTimeout() or getHttpTimeout(), for example. Because SeleniumTestCase passes all calls...