Selenium 2 (WebDriver) and Phpunit?

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

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

11条回答
  •  -上瘾入骨i
    2020-12-23 12:27

    We created a library for that, I hope it helps. It also uses the JSON Wire protocol but we aimed to make it compatible with the examples from other languages, so the syntax would be very similar. Here's the link: https://github.com/Nearsoft/PHP-SeleniumClient

    If you like it, share it, improve it or fork it :)

    Regards, Mark.

提交回复
热议问题