标签: php selenium phpunit
我在github上看这个页面,
'https://github.com/sebastianbergmann/phpunit-selenium/blob/master/PHPUnit/Extensions/SeleniumTestCase/Driver.php#L410'
但似乎只有不到一半已实现,并且该列表不包含我在PHP中工作的许多函数,例如byID()或byXPath()。是否有任何地方可以在网上找到PHP实现的Selenium功能的完整列表?
答案 0 :(得分:0)
确定您可以看到来自at here n的链接引用的Selenium Command PHPUnit Documentatio。