Hi,
This question might have been asked before, but I searched and couldn't find one, so I post it anyway please bear with me.
I recently started experiencing Thucydides/Serenity.
- I started by creating a "net.thucydides:thucydides-jbehave-archetype" maven project, which defaulted to thucydides 0.9.268, in my Windows 8.1 machine
- I imported the project in eclipse and in Run Configuration set
- "clean deploy" goals
- in VM arguments: -Dwebdriver.firefox.driver="C:\Program Files\Mozilla Firefox\firefox.exe"
When run the test I got the errors:
- 54608 [pool-1-thread-1] ERROR net.thucydides.core.webdriver.WebDriverFacade - FAILED TO CREATE NEW WEBDRIVER_DRIVER INSTANCE class org.openqa.selenium.firefox.FirefoxDriver: Could not instantiate class org.openqa.selenium.firefox.FirefoxDriver
- net.thucydides.core.webdriver.UnsupportedDriverException: Could not instantiate class org.openqa.selenium.firefox.FirefoxDriver
- Caused by: org.openqa.selenium.WebDriverException: Failed to connect to binary FirefoxBinary(C:\Program Files\Mozilla Firefox\firefox.exe) on port 7055;
Has this happened to anybody? what did I miss here?
thanks for help!