puppeteer
puppeteer copied to clipboard
[Feature]: Puppeteer.connect should be supported with BiDi protocol
Feature description
Puppeteer.connect should be supported via BiDi protocol.
When Puppeteer.connect is called with {protocol: webDriverBiDi}, a new BiDi connection should be established.
Actual behaviour: new CDP connection is established.
Add support .connect for FF
Closing as completed by #11451.