PlaywrightCrawler exception: page.content: Target page, context or browser has been closed
This line in code:
Throws this exception
Is it something well known?
Should I check(wait for) something before calling
page.content() ?It is already checked that status of response.status() is less than 400 (it is actually 200, i see it in the logs)
