I am using Selenium WebDriver with Java. I want to control the speed of the execution of running the test cases.
The WebDriver doesn't have a method setSpeed() (Selenium RC has this method). Also I am not using a selenium server.
WebDriver driver = new FirefoxDriver();