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

this library relies on outdated puppeteer-core? #5

Open
gosanon opened this issue Feb 7, 2023 · 1 comment
Open

this library relies on outdated puppeteer-core? #5

gosanon opened this issue Feb 7, 2023 · 1 comment

Comments

@gosanon
Copy link

gosanon commented Feb 7, 2023

puppetter-web was removed in 2020 (puppeteer-core), the puppeteer-core version mentioned in package.json is 13.0.0, and current version is 19+. Do I need to use 13.0.0 in order to use the library?

@nileshtrivedi
Copy link

+1 for upgrading puppeteer-core dependency.

Modern versions of Chrome now includes a recorder tool that can export user's actions as Puppeteer scripts for future playback. However, these generated scripts use features from modern versions of Puppeteer (such as Locator.race). Therefore, updating puppeteer-core dependency to recent versions will be super helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants