We're looking to automate memory leak detection using playwright. I see that puppeteer has a pattern using the page.queryobjects API.
It would be great if playwright users had access to this API even if it was only able on chrome.
Technique: https://media-codings.com/articles/automatically-detect-memory-leaks-with-puppeteer
RFE From Puppeteer: puppeteer/puppeteer#304