标签: php testing selenium phpunit selenium-webdriver
问题特别针对phpunit_selenium2。
答案 0 :(得分:5)
所以真正的开源方式:没有这样的功能?克隆回购,实现功能,创建拉取请求,?????,PROFIT !!!! 1
https://github.com/sebastianbergmann/phpunit-selenium/pull/212
现在phpunit_selenium2支持双击。您可以像使用它一样使用它:
phpunit_selenium2
$this->moveto($element); $this->doubleclick();
Correspondent example from the tests