-
Notifications
You must be signed in to change notification settings - Fork 767
'Scroll Element Into View' is broken on Firefox #1780
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
Comments
A likely culprit seems to be the keyword itself which uses |
Is some one following up? When this issue will be released? Once this issue is fixed we can remove the JS in our script |
I'll see if I can fix this and get the acceptance tests running on Firefox too. |
Bad news, switching to |
Yeah, this is an ancient Geckodriver issue and they will not fix it until W3C updates the WebDriver spec: mozilla/geckodriver#776 (comment) |
Steps to reproduce the issue
Expected behavior and actual behavior
When I follow those steps, I see...
Gist with trace level log output, stack trace and sample .robot and .html files
I was expecting the element to be scrolled into view. This does work on Chromium, both headless and normal.
Environment
Browser: Firefox 103.0
Browser driver: geckodriver 0.31.0
Operating System: Linux, Ubuntu 20.04
Libraries
The text was updated successfully, but these errors were encountered: