【发布时间】:2012-12-20 19:26:07
【问题描述】:
这个问题专门针对 phpunit_selenium2。
【问题讨论】:
-
@alex:它不起作用:-)
标签: php testing selenium phpunit selenium-webdriver
这个问题专门针对 phpunit_selenium2。
【问题讨论】:
标签: php testing selenium phpunit selenium-webdriver
那么真正的开源方式:有没有这样的功能?克隆一个仓库,实现一个功能,创建拉取请求,?????,利润!!!!1
https://github.com/sebastianbergmann/phpunit-selenium/pull/212
现在phpunit_selenium2 支持双击。你可以像这样使用它:
$this->moveto($element);
$this->doubleclick();
【讨论】: