问题
How can I use action mouseOver() with PHPUnit in my tests? I can't find information about it.. Only using of java class Action.
回答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.
来源:https://stackoverflow.com/questions/8384087/selenium-webdriver-mouseover-and-phpunit