Skip to content

Puppeteer is a Node.js library developed by Google that provides a high-level API for controlling headless Chrome or Chromium over the DevTools Protocol. It allows developers to automate tasks such as web scraping, testing, and performance monitoring by simulating user interactions with a web page.

Notifications You must be signed in to change notification settings

HX-AQuintero/puppeteer-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

puppeteer-practice

This repository consists of a Web Scraping and automated testing practice using the Puppeteer library. Testing is performed to navigate, extract information, and interact with the elements of a webpage's DOM, define wait times for navigation, and perform tests using Hooks to improve performance. Finally, web scraping is performed to obtain and return information through images and documents in pdf format.

Use

npm install

Later

npm start

About

Puppeteer is a Node.js library developed by Google that provides a high-level API for controlling headless Chrome or Chromium over the DevTools Protocol. It allows developers to automate tasks such as web scraping, testing, and performance monitoring by simulating user interactions with a web page.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published