phpunit-selenium
phpunit-selenium copied to clipboard
runSelesene click->link bug
Hi. I got my setup finished and just wanted to try different options. When I use Selenium ide and export to php-unit via the formatter tests run fine with selenium server via jenkins.
when i use runSelenese with the same testcase exported to html i get :
PHPUnit_Framework_Exception: Response from Selenium RC server for testComplete().
ERROR: Element link=PORTFOLIO not found.```
it basically doesnt work for any click -> link actions
Can you provide a failing test case?