Selenium 2 (WebDriver) and Phpunit?

后端 未结 11 1211
我在风中等你
我在风中等你 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:21

    phpunit webdriver bindings are hosted on google code. There is something we need to understand beyond this.

    1. PHPUnit needs to be installed. (Either through PEAR package or download and install manually)
    2. PHP IDE such as Eclipse PDT has to be downloaded and installed.
    3. Selenium-Stand-Alone server has to be running while executing the WebDriver Selenium test

提交回复
热议问题