What is Page Crash (Headless Browser)?
Page crash (headless browser) is a fatal runtime error where the underlying rendering engine, typically Chromium or WebKit, terminates unexpectedly during a scraping session. Unlike a network timeout or a blocked request, a page crash destroys the entire browser context, taking all unextracted DOM state, cookies, and active network intercepts down with it. For data pipelines, it is the most expensive failure mode because it requires a full container restart and session re-authentication.