selenium webdriver: mouseOver and PHPUnit

做~自己de王妃 提交于 2019-12-12 02:12:28

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!