I am having a problem whereby running a test using selenium webdriver in firefox starts the firefox browser with firefox webdriver disabled as shown below.
Because of this the test times out with the error
org.openqa.selenium.WebDriverException: Failed to connect to binary
FirefoxBinary(C:\Program Files\Mozilla Firefox\firefox.exe) on port 7055; process output follows:
If I quickly enable the webdriver and restart the browser the test manages to run and complete itself so I'm guessing the problem is just that this add-on starts disabled when running a test. How can I remedy this? Thanks!