phpunit-selenium
phpunit-selenium copied to clipboard
Selenium RC integration for PHPUnit
assertSelectOptions gives an error when trying to check for Option-Fields with neither value nor innerHTML set. example: ``` MasterCard VISA ``` When using the following Selenese (which works fine in...
I'm running `phpunit` with the following `phpunit.xml`: ``` xml ``` But it says: ``` PHPUnit 4.7.5 by Sebastian Bergmann and contributors. Warning: Deprecated configuration setting "selenium" used ... ``` @sebastianbergmann...
When I run my test with multible browsers ($browsers array) and session strategy shared, the session of the first browser don't stop after the last test. Until timeout the next...
I am getting a "Bad request" exception when starting a test run with Selenium WebDriver in Firefox. I traced this problem to hosts config file (using Linux). The hosts file...
I am not seeing the ability to call mouseDown and mouseUp events in Selenium2TestCase. Please add these events to help with drag and drop testing. SeleniumTestCase has this ability. Thanks!
When running any PHPUnit Selenium2TestCase on my Linux server (using latest firefox/xvfb combination and of course fully up-to-date selenium/phpunit/phpunit-selenium), I instantly get the following error: "PHPUnit_Extensions_Selenium2TestCase_WebDriverException: Bad request Command duration...
when i use the verifyAllButtons function,I encountered a trouble: Argument #2 (No Value) of PHPUnit_Framework_Assert::assertRegExp() must be a string Caused by PHPUnit_Framework_Exception: Argument #2 (No Value) of PHPUnit_Framework_Assert::assertRegExp() must be...
I read through some of the old issues and found that people wanted it to NOT throw an error if selenium wasn't running.... however, this isn't great if there's something...
We have occasional instances where `$element->value("Some value")` fills in only a portion of characters, e.g. "Some va" and then proceeds to the next `$element->value()`. This happens on the WordPress login...
Encountered problem getting value. Response : PHPUnit_Extensions_Selenium2TestCase_WebDriverException: GET /session/0fc7e7d1-4357-4ffa-a8a1-fe54e21ec5f4/element/22/value Build info: version: '2.43.1', revision: '5163bce', time: '2014-09-10 16:27:33' System info: host: '****', os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version:...