Hi
First of all let me just thank the Geb team. Great tool.
I am having an issue with scrolling with Firefox. I know geb should always scroll into view the elements that i want to interact with.
The same test with Chrome is passing.
I tried interact{moveToElement($"element"), same behaviour.
The wierdest part is that I'm not getting a "could not scroll into view" error. The test will fail only on the next step, as if it's interacting with the element correctly, but there is no interaction.
I am not able to share the stack trace because I am using it for my job.
The setup I'm using is stright out of the documentation:
gebVersion = '3.4'
chromeDriverVersion = '79.0.3945.36'
geckoDriverVersion = '0.26.0'
seleniumVersion = '3.14.0'
Any suggestion with this is very much appreciated. Keep up the good work!