I suspect that it might be one of the features that is not yet implemented in Gecko driver. Or it might be only implemented in the latest versions of the driver. Do you know if SauceLabs are using the latest version of geckodriver binary? I'd try to verify what happens when the test is run locally with the same version of FF and WebDriver and the latest version of geckodriver binary. If you're building with gradle you can use a Gradle plugin I released yesterday to manage your WebDriver binaries: https://plugins.gradle.org/plugin/com.energizedwork.webdriver-binaries.
On Thu, 28 Sep 2017 at 22:27, Matías Bruchi <[email protected]> wrote: > Hi guys, > > I'm having a problem with the latest firefox (55). When I run my tests, > are failing the ones that have > >> >> interact { >> moveToElement(el) >> } > > > > I think it might be the new geckodriver and its problems, because the > tests work perfectly in Chrome, but firefox support says this issues are > resolved. > > Anyone have the same problem or did have it and solved it? > > I'm using Selenium 3.5.3, Geb 1.1.1 and a remote browser in Saucelabs. If > you need more information, let me know > > Thanks in advance! > > Best, > Matias > > > -- > You received this message because you are subscribed to the Google Groups > "Geb User Mailing List" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/geb-user/d81b0276-f155-481f-867c-4d670a3ccdea%40googlegroups.com > <https://groups.google.com/d/msgid/geb-user/d81b0276-f155-481f-867c-4d670a3ccdea%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Geb User Mailing List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/geb-user/CA%2B52dQT8xGCu%3DghBWSHaGz6zH2tHqiDrsyFrgtzTUh8m40zjSQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
