How can I use action mouseOver() with PHPUnit in my tests? I can't find information about it.. Only using of java class Action.
Asked
Active
Viewed 1,910 times
1 Answers
1
Unfortunately the Selenium 2 WebDriver is not supported by the existing Selenium extension for PHPUnit (only the deprecated Selenium RC is). Refer to thread Selenium 2 (WebDriver) and Phpunit?, it's from a year ago but still valid.
Check this post out for alternatives.