-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incompatibility with Firefox 45 #82
Comments
I am having (maybe) the same issue. Works on Firefox 43 but not on 45 anymore. Example What happens is that on 43 Firefox browser opens and goes to google.com but on 45 or higher the browser opens but stays on the default opening page, so not going to google.com anymore.
|
I made an update to the Selenium version. It now supports FF 45. Download from here. FF 48 and newer version don't work with the traditional FirefoxDriver that is embedded in the Selenium. For them you need to use the geckodriver that is not included in the Selenium package. The version supporting the newest FF can be found here. For this to work add the geckodriver in path (like with chromedriver). |
@hirsivaja do you have any examples or links describing the config you're suggesting with Geckodriver? I'm fairly new to using the robotframework-maven-plugin and I'm trying to port our existing pure python/robot tests over to a java/mavenized project and I'm running into the same issue w/Firefox and have no idea how to use the gecko driver rather than the default and have been unsuccessful to find any successful examples. |
@marcmyers The geckodriver used as the default in the selenium 3.0. Just make sure you have upgraded everything |
The current library (1.4.0.8) is not compatible with Firefox 45
An update would be most appreciated.
The text was updated successfully, but these errors were encountered: