这个问题专门针对 phpunit_selenium2。
问问题
568 次
1 回答
5
那么真正的开源方式:有没有这样的功能?克隆一个仓库,实现一个功能,创建拉取请求,?????,利润!!!!1
https://github.com/sebastianbergmann/phpunit-selenium/pull/212
现在phpunit_selenium2
支持双击。你可以像这样使用它:
$this->moveto($element);
$this->doubleclick();
于 2013-01-14T21:13:08.037 回答