rubycdp / ferrum

Headless Chrome Ruby API
https://ferrum.rubycdp.com
MIT License
1.68k stars 119 forks source link

Scrolling a specific node #463

Open JensDebergh opened 3 weeks ago

JensDebergh commented 3 weeks ago

Hi!

I'm testing out the library and running into a case that I haven't been able to solve.

I'm using xpath to select the scroll container which has an overflow, reaching the end of the list loads items asynchronously.

I haven't found a way to do this properly in ferrum.

Am I overlooking something? Is there an easy way to do this?