How to run Selenium 2.0 RC -htmlSuite with WebDriver?
I tried Selenium 2.0 (documentation says it's using WebDriver) as so: java -jar selenium-server-standalone-2.0a1.jar -htmlSuite "*firefox" ... but it seems that the WebDriver backend isn't used (especially since I haven't installed any Firefox plugin)? All Selenium 2.0 documentation uses Java interface, but it seems that using HTML su...