Skip to content

[Bug] playwright-extra cannot be used, TS error occurred #915

Open
@DeHby

Description

@DeHby

Describe the bug
Puppeteer related errors occurred using playwright-extra

Image

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",

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions