From 885733af2f3d79ba7ba0ee81fae68797c03e496c Mon Sep 17 00:00:00 2001 From: Dmitry Vorotilin Date: Mon, 6 Jul 2026 14:23:17 +0300 Subject: [PATCH] fix: [#583] Don't raise timeout on lazy iframes Chrome fires `Page.frameAttached` for every iframe in the DOM, but only fires `Page.frameStoppedLoading` for frames it actually loads. For a loading="lazy" iframe parked outside the viewport (e.g. inside a closed
, or injected by an inline + +