zer*_*kms 5

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

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

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

$this->moveto($element);
$this->doubleclick();
Run Code Online (Sandbox Code Playgroud)

测试中的对应示例