Selenium 2, the new iteration of the end-to-end web application testing tool, contains some fancy innovations over its 1.x version: it controls browser directly via the OS, instead of generating JS commands. It's also more reliable than the 1.x as it features a different waiting model. After trying out Selenium 2, it was natural for me to look for its support in PHP code; however, there isn't an o