jonhoo / fantoccini

A high-level API for programmatically interacting with web pages through WebDriver.
Apache License 2.0
1.64k stars 121 forks source link

scrollIntoView #256

Open Mon-ius opened 3 months ago

Mon-ius commented 3 months ago

How to c.find(Locator::Css("#ID")).await?.scrollIntoView().await?.click().await?;

clementwanjau commented 2 months ago

I don't think the scrollIntoView method is implemented yet, though it's easy enough to implement.

jonhoo commented 2 months ago

PRs welcome :)