Selenium 2 (WebDriver) and Phpunit?

后端 未结 11 1204
我在风中等你
我在风中等你 2020-12-23 12:01

Any one know how to use Selenium 2 with Phpunit? Are there any Selenium 2 samples in PHP?

11条回答
  •  离开以前
    2020-12-23 12:14

    PHPUnit Selenium integration code lives as a separate project in github, as far as I can see it does not support Selenium 2, so the answer to your question would be - No, you can not use Selenium 2 with PHPUnit.

    But you can clone the source tree and make it work with Selenium 2.

提交回复
热议问题