Turns out this is a cutting edge development area:
https://github.com/chibimagic/WebDriver-PHP is currently getting commits.
http://code.google.com/p/php-webdriver-bindings/ is also.
This is separate from the other configuration nightmare that I was facing -- how to test in Selenium using chrome:
http://code.google.com/p/selenium/wiki/ChromeDriver
So, for now, I can either go with the older Selenium 1.0 framework (Selenium RC) -- and the current bindings in PHPUnit -- or use bleeding edge bindings.
Ugh.
Spinwait.
Hey man I've been trying to get this to work too. I can pop up firefox and safari just fine, but not chrome. :( (with phpunit that is).
ReplyDeleteever get this to work?
I think the recent comments on the ChromeDriver wiki might be helpful -- the most useful-looking ones were in the past week.
ReplyDeleteBut I haven't had a chance to test the new instructions.