Troy, Thanks for the heads up.
Geckodriver and Marionette are still lacking support for some crucial WebDriver's (wire protocol) commands. WebDriver 3.0 seems to require them if you want to drive Firefox and it is therefore preventing Geb's test harness from being run against WebDriver 3.x even though the API is supposed to be backwards compatible with 2.x. Cheers, Marcin On Thu, Feb 2, 2017 at 12:00 PM, Troy Best <[email protected]> wrote: > Just a word of caution: selenium 3.0.1 & geckodriver issue seems to > break geb-example-gradle > > //hover over to expand the menu > interact { > moveToElement(manualsMenu.toggle) > } > > > See https://github.com/mozilla/geckodriver/issues/233 > > Cheers, > Troy > > -- > 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/f62251e7-9aed-4cef-99ad-3ee9c2a33e34%40googlegroups.com > <https://groups.google.com/d/msgid/geb-user/f62251e7-9aed-4cef-99ad-3ee9c2a33e34%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%2B52dQTAM9V6HmyRPmRYkKktQTXjs645grarJnE3AYuRt3OYBQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
