Open Mon-ius opened 5 months ago
How to c.find(Locator::Css("#ID")).await?.scrollIntoView().await?.click().await?;
c.find(Locator::Css("#ID")).await?.scrollIntoView().await?.click().await?;
I don't think the scrollIntoView method is implemented yet, though it's easy enough to implement.
PRs welcome :)
How to
c.find(Locator::Css("#ID")).await?.scrollIntoView().await?.click().await?;