I am using WebDriver with Firefox 3.6 and it works great. I want to update my Firefox and run my test cases. But for some reason, I get the error below when I try to create an instance of FirefoxDriver
.
This is how I do it. I do not use a hub.
driver= new FirefoxDriver();
I even tried to use a profile.
org.openqa.selenium.WebDriverException: Unable to bind to locking port 7054 within 45000 ms Build info: version: '2.20.0', revision: '16008', time: '2012-02-27 19:03:04' System info: os.name: 'Windows Vista', os.arch: 'x86', os.version: '6.1', java.version: '1.6.0' Driver info: driver.version: FirefoxDriver
source share