You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.
Caused by: java.lang.NoSuchFieldError: FIREFOX_17
at com.github.timurstrekalov.saga.core.cfg.Config.(Config.java:24)
at com.github.timurstrekalov.saga.core.cfg.InstanceFieldPerPropertyConfig.(InstanceFieldPerPropertyConfig.java:42)
at com.github.timurstrekalov.saga.core.DefaultCoverageGenerator.(DefaultCoverageGenerator.java:38)
at com.github.timurstrekalov.saga.core.CoverageGeneratorFactory.newInstance(CoverageGeneratorFactory.java:22)
Please load the field dynamicly or upgrade to at least Htmlunit version 2.18. How to reproduce:
....
com.github.timurstrekalov
saga-maven-plugin
1.5.5
net.sourceforge.htmlunit
htmlunit
2.18
....
....
The text was updated successfully, but these errors were encountered:
This snowballed very quickly. Requires a selenium update, which also requires a jetty update (major api differences), and a bit of pom work. selenium html unit driver also hard codes to firefox 17 and doesn't appear to have been maintained since then. So even if can i fix the saga's jetty update issues, selenium will have to update their project to use the newer versions of htmlunit (and omit the hard coded references to ff 17. Of course i could fork it and publish my own version but who know's what pain that will bring.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Htmlunit version 2.16 and upwards have removed the FIREFOX_17 field in BrowserVersion, which is used by the class com.github.timurstrekalov.saga.core.cfg.Config. See http://htmlunit.sourceforge.net/apidocs/com/gargoylesoftware/htmlunit/BrowserVersion.html
Caused by: java.lang.NoSuchFieldError: FIREFOX_17
at com.github.timurstrekalov.saga.core.cfg.Config.(Config.java:24)
at com.github.timurstrekalov.saga.core.cfg.InstanceFieldPerPropertyConfig.(InstanceFieldPerPropertyConfig.java:42)
at com.github.timurstrekalov.saga.core.DefaultCoverageGenerator.(DefaultCoverageGenerator.java:38)
at com.github.timurstrekalov.saga.core.CoverageGeneratorFactory.newInstance(CoverageGeneratorFactory.java:22)
Please load the field dynamicly or upgrade to at least Htmlunit version 2.18. How to reproduce:
....
com.github.timurstrekalov
saga-maven-plugin
1.5.5
net.sourceforge.htmlunit
htmlunit
2.18
....
....
The text was updated successfully, but these errors were encountered: