extended-salmon•2y ago
dynamic rendering with button clicking
in a playwright crawler, how could i keep clicking and waiting a second and clicking a button that renders in more data until that button is no longer present and end the loop
and while the clicking is going on, rendered product urls are scraped
1 Reply
I think you can do a simple for loop with a sleep. something like: