Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 257 Bytes

File metadata and controls

13 lines (9 loc) · 257 Bytes

playwright-scraper

This is an example repo showcasing how one might use Playwright to scrape a website.

Quick Start

pip install pytest-playwright
playwright install
pytst src/scrape.py

See also: https://playwright.dev/python/docs/intro