Add content to Puppeteer (#2330)

added content with free read content
pull/2422/head
Deepak gupta 2 years ago committed by GitHub
parent 80db357946
commit 6ff7cff880
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      content/roadmaps/113-qa/content/103-qa-automated-testing/100-frontend-automation/102-automation-frameworks/puppeteer.md

@ -1 +1,7 @@
# 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>

Loading…
Cancel
Save