Closed KirDontsov closed 10 months ago
Ah, wheel actions already exist in 0.20, the final stable version of that just hasn't been released yet! Give 0.20.0-rc.7
a try and generate an ActionSequence
that includes a WheelAction::Scroll
.
This functionality landed in #216, so maybe @jaboatman can give you a good usage example?
Going to close this one since the functionality exists. Always happy to take PRs to improve the docs though!
Hi, thx for a grate solution for chromdriver!
But can you provide a solution for scroll a div container to the bottom, via mouse wheel actions, and a small example how to use it?