You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a handful of sites unmatched responses seem to happen due to popup windows. To my surprise it turns out Puppeteer does not block (some?) popup windows as headful Chromium does. (Perhaps due to this open issue: puppeteer/puppeteer#6161)
Reproducible on: naukri.com, see screenshots below:
Headful Chrome
Tracker Radar Collector (with VISUAL_DEBUG=true)
Popup windows are represented as (page) context in the logs:
For clarity: This also applies to websites opening new tabs, e.g. window.open('#', '_blank') or <a href=# target=_blank>x</a>. The initial request(s?) will not be captured.
This was originally reported in #44 by @gunesacar:
On a handful of sites unmatched responses seem to happen due to popup windows. To my surprise it turns out Puppeteer does not block (some?) popup windows as headful Chromium does. (Perhaps due to this open issue: puppeteer/puppeteer#6161)
Reproducible on: naukri.com, see screenshots below:
Headful Chrome
Tracker Radar Collector (with
VISUAL_DEBUG=true
)Popup windows are represented as
(page) context
in the logs:The text was updated successfully, but these errors were encountered: