-
Notifications
You must be signed in to change notification settings - Fork 109
Open
Description
there is a recent update of puppeteer and when a new tab is created it no longer provides
CDPPage {
emitter: {
all: Map(0) {},
on: [Function: on],
off: [Function: off],
emit: [Function: emit]
},
eventsMap: Map(0) {}
}
this is what is been created once a new tab is created CdpPage { _isDragging: false }
Hence I get the error below
useProxyPer[target.constructor.name](target, data);
^
TypeError: useProxyPer[target.constructor.name] is not a function
even when I tried to rename CDPPage to CdpPage I still got another error from the removeRequestListener function located at node_modules\puppeteer-page-proxy\src\core\proxy.js
const listeners = page.eventsMap.get(eventName);
^
TypeError: Cannot read properties of undefined (reading 'get')
oliveremberton, minsiam and acsbendi
Metadata
Metadata
Assignees
Labels
No labels