phpunit-selenium
phpunit-selenium copied to clipboard
Selenium RC integration for PHPUnit
I'm using selenium standalone 2.39 or 2.4 with Chromedriver 2.8 or 2.9 and Chrome 33 on ubuntu-64bit. The selenium system works ok if I run the python web driver so...
I found these useful for me
For example I have: $element = $this->byXPath("//body/div[@class='some_class']"); What can I do with $element to retrieve "//body/div[@class='some_class']" from it?
When I tried to automated test using #Selenium with #PHPUnit , it is showing http://prntscr.com/bdzict error, my source code : http://prntscr.com/bdzict . What is the reason for that?
Hi, I am having some difficulty making the PHPUnit_Extensions_Selenium2TestCase class to take a screenshot when a test fails. Here are my system configs: Linux 2.6.32-279.el6.x86_64 amd64 Selenium v2.37.0 PHPUnit 3.7.29...
I am testing on VMs (BrowserStack) and the overhead for one session is quite high (booting up a full ne VM, takes around 20 seconds). So I am using \PHPUnit_Extensions_Selenium2TestCase_SessionStrategy_Shared...
I have some old tests ported from SeleniumTestCase to Selenium2TestCase (btw, here's a small class i've created to make the porting easier: https://github.com/pradosoft/prado/blob/master/tests/test_tools/PradoGenericSelenium2Test.php ). In the old tests i used...
Hi, I'd like to make a test with an autocomplete (Jquery, https://jqueryui.com/autocomplete/) field, I can't access the hidden field attached to it. I searched on Google, without success :( Do...
It would be nice if the user could set a context for the file_get_contents() call in RemoteCoverage.php. This way they could create a context that sets verify_peer and verify_peer_name to...
I'm not able to install this package globally with composer I'm doing this command : ``` composer require global phpunit/phpunit-selenium ``` all I get is : [InvalidArgumentException] Could not find...