Skip to content

jbabs22/scraping-with-playwright

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Script using playwright

Simple example of extracting data from a web page with playwright

Actions

  • open a browser
  • visit the page
  • click on an input field
  • write letter 'a' in the input field
  • take a screenshot
  • collect the data
  • write the data in a json file

Run from master

git clone https://github.com/josanescod/scraping-with-playwright.git
cd scraping-with-playwright
npm install
node app.js

About

Simple example of extracting data from a web page with playwright

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%