Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
DeHby opened this issue Feb 18, 2025 · 0 comments
Open

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

DeHby opened this issue Feb 18, 2025 · 0 comments
Labels
issue: bug report A bug has been reported needs triage

Comments

@DeHby
Copy link

DeHby commented Feb 18, 2025

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

@DeHby DeHby added issue: bug report A bug has been reported needs triage labels Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue: bug report A bug has been reported needs triage
Projects
None yet
Development

No branches or pull requests

1 participant