-
Notifications
You must be signed in to change notification settings - Fork 129
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
scrollIntoView #256
Comments
I don't think the scrollIntoView method is implemented yet, though it's easy enough to implement. |
PRs welcome :) |
I would like to work on this, any pointers on where I should start? |
Hmm, looking at the WebDriver spec, I don't see a scroll into view command 🤔 It may not exist at the moment, in which case the way to do it is simply to run the appropriate JavaScript with |
How to
c.find(Locator::Css("#ID")).await?.scrollIntoView().await?.click().await?;
The text was updated successfully, but these errors were encountered: