-
Notifications
You must be signed in to change notification settings - Fork 3
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
Execution fails when using Firefox 50 #53
Comments
@sbathke Sorry for the late response. It seems like Selenium 2.53.1 which is currently used in JWebRobot is incompatible to the current Firefox (probably version >= 47.0). Unfortunately, latest Selenium 3.0.1 in conjunction with geckodriver does not work as well causing geckodriver/firefox issues:
Please consider to downgrade your installation in case you have to test with Firefox until the compatibility issue is fixed. Otherwise use Chrome. |
Except of missing browsers console logs, the current Selenium 3.40 seems to work fine with the latest Firefox 54. In general, the following combinations were verified on Windows:
I would suggest to update since having latest browser version is more important than having the console logs in all browsers. |
- Upgraded selenium-java to 3.4.0 - Catching error if browser log dumps are not supported (geckodriver) - Added current browser-webdriver compatibility list - Removed obsolete class
Upgraded selenium-java to 3.4.0 (#53)
The following error occurred during running this command:
$ java -jar jwebrobot-1.6.0.jar -scenarioPath ./payment.yaml -browser firefox
The text was updated successfully, but these errors were encountered: