phpunit-selenium icon indicating copy to clipboard operation
phpunit-selenium copied to clipboard

runSelesene click->link bug

Open derEremit opened this issue 14 years ago • 1 comments

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

derEremit avatar Nov 15 '11 13:11 derEremit

Can you provide a failing test case?

giorgiosironi avatar Dec 16 '11 14:12 giorgiosironi