Replies: 1 comment 2 replies
-
Maybe a problem with WebDriverManager on your machine? The Gecko driver should be downloaded automatically by WebDriverManager - there is no special configuration to do. I generally don't use firefox because I find it unreliable, but when I do it seems to work just fine. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With webdriver.driver=firefox settings in Serenety.properties file for both the below projects
https://github.com/serenity-bdd/serenity-cucumber-starter
https://github.com/serenity-bdd/serenity-junit-starter
I am facing the gecko driver path issue for the windows machine. I have verified for 2 different machines to ensure that this issue is not due to the machines whereas it works for chrome & edge without any issues.
I am using <serenity.version>3.2.0</serenity.version> in POM
In fact, it's not copying the geckodriver in C:\Users\xxxx.cache\selenium where the webDriverManager usually copied the driver.
Beta Was this translation helpful? Give feedback.
All reactions