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.
Subscribe to:
Post Comments (Atom)
#RSFtalks with Edward Snowden
What an intelligent, thoughtful individual. I find it difficult to forgive 44 for failing to pardon this patriot and instead pursuing him ...
Other Popular Posts:
-
The TP-Link Archer AC1750 C7 runs OpenWRT and is a great router IMHO. You can also try the same hardware, rebranded by Amazon as the A7: ...
-
[original post written in 2011, see below for Updates] Click image to zoom in. Here's a diagram of how I configure my Mac to locally r...
-
http://stackoverflow.com/questions/5171354/android-adb-shell-am-broadcast-bad-component-name adb shell am broadcast -a android.intent.act...
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.