如何使用phpunit_selenium2扩展名进行双击?

时间:2013-01-07 03:52:37

标签: php testing selenium phpunit selenium-webdriver

问题特别针对phpunit_selenium2。

1 个答案:

答案 0 :(得分:5)

所以真正的开源方式:没有这样的功能?克隆回购,实现功能,创建拉取请求,?????,PROFIT !!!! 1

https://github.com/sebastianbergmann/phpunit-selenium/pull/212

现在phpunit_selenium2支持双击。您可以像使用它一样使用它:

$this->moveto($element);
$this->doubleclick();

Correspondent example from the tests