Nathan Wingert
Nathan Wingert
Related thread / info on upstream blocker: https://github.com/GoogleChrome/puppeteer/issues/1395
@andrewsezko In case it helps, here's a quick snippet I wrote using pptr CDP to access devtools directly and get the initiator info for a similar requirement: // https://github.com/ChromeDevTools/devtools-protocol/issues/56 //...
@ebidel I honestly haven't looked at Lighthouse very much as I navigated here from puppeteer/devtools searches. I'll take a look there as well, thanks for the suggestion.
FYI, initiator info is available using CDP directly. Here's an example from the solution I'm using atm. // https://github.com/ChromeDevTools/devtools-protocol/issues/56 // increase CallStackDepth to fix initiator stack issue in chrome const...