Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

StefanoVe/puppetry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript Package with some useful functions to ease scraping of websites using Puppeteer

clickOnButton

clickOnButton({ DOM: Puppeteer.page, Selector: String });
//finds a button by ID and clicks on it

getRenderedElements

getRenderedElements({ DOM: Puppeteer.page, prop: String, valueType: String });
//returns an array of values from HTMLElements that match the chosen property

getRemoteObjectsElements

getRemoteObjectsElements({
  DOM: Puppeteer.page,
  prop: String,
  valueType: String,
});
//returns an array of HTMLElements that match the chosen property

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published