webdriver-js is a client for controlling webrowsers via WebDriver (formerly Google WebDriver, now the upcoming Selenium2 WebDriver). The Selenium2 standalone server software can be installed on Mac, Windows, and Linux with a single JAR file. The webdriver-js client connects to one or more instances, requests a new browser session (IE, Firefox, and Chrome currently), and then can remotely control t

