How can I make Playwright browser not skip page if a selector for textContent is not matched
I'm trying to crawl some websites. I know the selector I have should work for some pages, and I want to fall back to
Any other options I should pass to the Crawler or to the handler?
`
body textContent when the selector doesn't apply. It looks to me like it's actually just failing the whole request here.Any other options I should pass to the Crawler or to the handler?
`
