diff --git a/chromedp.go b/chromedp.go index 756f5132..14461ef2 100644 --- a/chromedp.go +++ b/chromedp.go @@ -608,7 +608,7 @@ func responseAction(resp **network.Response, actions ...Action) Action { if ev.FrameID == frameID && ev.Name == "init" { hasInit = true } - case *page.EventLoadEventFired: + case *page.EventLoadEventFired, *page.EventFrameStoppedLoading: // Ignore load events before the "init" // lifecycle event, as those are old. if hasInit {