-
Notifications
You must be signed in to change notification settings - Fork 25
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
Error: Element <...> could not be scrolled into view #97
Comments
This seems to be a new "feature" of WebDriver, cause with Chrome I'm getting:
SmartWait isn't working; so it looks like I have to manually add |
I am having the same issue with the Robot framework. I have to wait for a few seconds before I can click the element (see below code):-
Could this be a selenium issue than framework specific? @ThomasLandauer |
Did this ever get resolved? |
Same here.
I can easily select it by id:
but If I click on
it I get
I am using latest stable Selenium from Maven Central |
I'm "suddenly" getting this in many tests in Firefox (haven't tried with Chrome yet):
Is anybody else observing this?
My current workaround: What used to be just
$I->click(...);
is now:geckodriver 0.30.0 with Firefox 99.0
The text was updated successfully, but these errors were encountered: