Open
Description
Describe the bug
Puppeteer related errors occurred using playwright-extra
Code Snippet
import playwright from "playwright-extra";
import stealth from "puppeteer-extra-plugin-stealth";
playwright.chromium.use(stealth());
async function main() {
console.log("hello");
}
main();
Versions
"playwright": "^1.50.1",
"playwright-extra": "^4.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",