Closed
Description
I see that the wait_for
parameter doesn't allow passing seconds to it, but only some condition / string. I simply want to make the crawler wait 2.5 seconds (to account for any new requests). I know about networkidle0
(for JS playwright) but it doesn't fit my case. I need to literally wait 2.5 seconds. How can I do that? Thank you!
Activity