1

这个问题专门针对 phpunit_selenium2。

4

1 回答 1

5

那么真正的开源方式:有没有这样的功能?克隆一个仓库,实现一个功能,创建拉取请求,?????,利润!!!!1

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

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

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

测试中的对应示例

于 2013-01-14T21:13:08.037 回答