phpunit-selenium
phpunit-selenium copied to clipboard
Selenium RC integration for PHPUnit
- [x] @giorgiosironi deletes https://github.com/giorgiosironi/phpunit-selenium - [x] @sebastianbergmann transfers ownership of this repository to @giorgiosironi - [ ] Remove PHPUnit_Selenium from PHPUnit documentation - [ ] Remove configuration options specific...
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...
If I run a test using phpunit-selenium in process isolation, if it fails to find certain elements using the selenium API, it ends up not showing the expected exception but...
I have an issue and can't seem to solve it or find any documentation about it. I found an example online here: http://www.angelwatt.com/coding/masked_input.php It's the SSN field: ...-..-.... it works...
Throws an exception when trying to retrieve the value of an input box. (Setting works) PHPUnit_Extensions_Selenium2TestCase_WebDriverException: GET /session/6fe73677-0bfd-4359-bbd8-752d18614dda/element/49/value Build info: version: '2.42.2', revision: '6a6995d', time: '2014-06-03 17:42:03' System info: host:...
Hi, The @depends annotation is working fine on 'PHPUnit_Extensions_Selenium2TestCase' PHPUnit 4.1.3. However, the ordering seems to behave differently. For example if my class is arranged like below, PHPUnit skips the...
Hi, Just wondering if anyone can help me. I am trying to run a Login test using the dataProvider annotation (my current set up is below). The test runs as...
Hi There, I need a function to set html / text inside the div.. as I know phpunit-selenium only has the function for getting the html / text inside the...
Hi guys, I need to press PAGEDOWN key physically in order to scroll a long window down, and wrote a function as following: public function scrollWindowDown(){ $this->keys(Keys::PAGEDOWN); return true; }...
Hi, How to accept share geolocation with firefox atomatically?. everytime firefox always ask about the permission even I already setup it always allow. Cheers, Albert