missing puppeteer@chrome-87 tag
See original GitHub issueHi,
Is it possible to do a version release for chrome-87? https://www.npmjs.com/package/puppeteer
puppeteer@chrome-87.
I think this was possibly an oversight. Let me know if this is not the place for me to raise this as an issue.
Steps to reproduce
- Puppeteer version: 5.4.0
- Platform / OS version: Debian 10
What steps will reproduce the problem?
npm install --global puppeteer@chrome-87
What is the expected result?
installs
What happens instead?
version doesn’t exist (we install puppeteer@5.4.0 as workaround)
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Puppeteer won't return an HTML tag in headless mode but will ...
Just figured out what was going wrong with my code. Apparently, the site I was trying to scrape (adidas.com) filters out requests based...
Read more >What's New In DevTools (Chrome 87)
DevTools now displays report-only label for COEP and COOP that are set to report-only mode. report-only label. Watch this video to learn about ......
Read more >Puppeteer - npm
A high-level API to control headless Chrome over the DevTools Protocol. Latest version: 19.4.1, last published: 9 days ago.
Read more >It is *not* possible to detect and block Chrome headless - Intoli
It can be installed by running yarn install puppeteer and it will download it's own Chromium build inside of node_modules to use during ......
Read more >Running puppeteer headless with extensions in docker
For a lot of scenarios you can run puppeteer, which wraps Chrome, using Chrome's headless mode. That way you won't see a browser...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

We stopped tagging releases in this manner, as users generally shouldn’t depend on older Puppeteer/Chromium versions.
For your use case, you could use the information in https://github.com/puppeteer/puppeteer/blob/09426e5931fdad89f0b7ad59014f7bf766b60bb2/versions.js#L17, but note that we don’t officially support this.
Oh boy that’s a great file. thanks!