playwright
Package — ScrapingPython 3.7+Intermediate
Modern browser automation by Microsoft; Chromium, Firefox, WebKit
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- greenlet, pyee
- Install
pip install playwright && playwright install
Learn by Difficulty
Quick Example
python
# Install: pip install playwright && playwright install import playwright # Basic playwright usage print(f"Using playwright") # See documentation for detailed examples
playwright is a third-party package. Modern browser automation by Microsoft; Chromium, Firefox, WebKit. Install with: pip install playwright && playwright install
Try in PlaygroundTags
packageweb-scrapingparsingdata-extraction