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

The project contains some interesting waiting functions.

I created a new composer project with this composer.json: ``` json { "require": { "phpunit/phpunit-selenium": ">=1.2.9" } } ``` After `php composer.phar install`, I opened up `vendor/composer/autoload_classmap.php` and noticed that...

There are a few use cases where it would be useful to be able to get an element returned by javascript (via execute() method). For complex lookups (e.g. find an...

As a developer writing PHPUnit_Selenium tests, I would like to provide meaningful error messages when a time out occurs during a waitForCommand. Currently when a timeout occurs e.g. in method...

See the following for background: https://groups.google.com/forum/?fromgroups#!topic/selenium-users/6E53jIIT0TE http://seleniumhq.wordpress.com/2012/02/08/announcing-selenium-2-19-the-prancing-unicorn-release/ Selenium server now includes the WebDriverBackedSelenium functionality of WebDriver as part of server that any language binding can use. But to use it...

When element is not found with the byXPath() method a comprehensible error message would be nice, instead of Argument 1 passed to PHPUnit_Extensions_Selenium2TestCase_Element::fromResponseValue() must be an array, null given

Hello It is shown in server console. What does in mean this error? 16:54:24.578 INFO - Got result: ERROR Server Exception: unexpected command json={command:"setTimeout",target:" 30000",value:""} in place before new command...

This functions not working properly......in some cases the return values ​​are incorrect. if i use the capture screenshot function, then come this error ``` javascript protected $captureScreenshotOnFailure = TRUE; protected...

Just wondering if PHPUnit supports the Selenium captureNetworkTraffic setting that is available for other languages like Java and Python. If not, can we please consider adding as option for the...

PHPUnit_Extensions_SeleniumTestCase verifyTrue() verifyFalse() are missing. Method verifyFalse not defined.