0

How can I use action mouseOver() with PHPUnit in my tests? I can't find information about it.. Only using of java class Action.

Jenka
  • 1
  • 1

1 Answers1

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.

Community
  • 1
  • 1
nuqqsa
  • 4,511
  • 1
  • 25
  • 30