1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 20:21:50 +02:00

Add content to Puppeteer (#2330)

added content with free read content
This commit is contained in:
Deepak gupta
2022-10-12 03:33:03 +05:30
committed by GitHub
parent 80db357946
commit 6ff7cff880

View File

@@ -1 +1,7 @@
# Puppeteer
# Puppeteer
Puppeteer is a Node library which provides a high-level API to control headless Chrome or Chromium over the DevTools Protocol. It can also be configured to use full (non-headless) Chrome or Chromium.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='green' badgeText='Docs' href='https://developer.chrome.com/docs/puppeteer/'>Puppetter</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='read' href='https://www.freecodecamp.org/news/how-to-use-puppeteer-with-nodejs/'>Puppetter Tutorial</BadgeLink>