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
I'd like to be able to call await page.evaluate(() => { debugger }) so I can get a better idea of problems within the chromium devtools. But, I see that the puppeteer browser and page are created within the closure of generateImage(), and are not returned. Do you know of any way to tap into puppeteer's instances, maybe through some jsdom export?
If not, I have an idea of how to make this an option within this library without any breaking changes ~ let me know what you think and I'd be happy to make a PR.
The text was updated successfully, but these errors were encountered:
I'd like to be able to call
await page.evaluate(() => { debugger })
so I can get a better idea of problems within the chromium devtools. But, I see that the puppeteerbrowser
andpage
are created within the closure ofgenerateImage()
, and are not returned. Do you know of any way to tap into puppeteer's instances, maybe through some jsdom export?If not, I have an idea of how to make this an option within this library without any breaking changes ~ let me know what you think and I'd be happy to make a PR.
The text was updated successfully, but these errors were encountered: