headzoo / surf

Stateful programmatic web browsing in Go.
MIT License
1.49k stars 160 forks source link

Question: Is is possible to "scroll" in order to get the lazy loaded resources #121

Open juan88 opened 4 years ago

juan88 commented 4 years ago

We are not able to list resources of a page that are loaded upon scrolling (via js lazy loading). Is it possible to fire this event in order to fetch these type of resources?

Thanks!