Keeping track of the parent page with PlaywrightCrawler
For example, this is the snippet I use to find pages that display the 404 message:
This will log the actual URL that does not exist, but I can't tell which page contained that URL. What's the easiest way to find this information? Sort of like a History API? Thanks!
