A demonstration of web automation using Playwright in Python.
This project explores the Playwright Python library, integrating browser automation with HTML parsing techniques.
- playwright
- beautifulsoup4
- requests
- urllib3
- lxml
-
Demo 1 - Login and scrape item names and prices from saucedemo.com using Playwright and BeautifulSoup.
-
Demo 2 - Automated login to the-internet.herokuapp.com login page using Playwright with basic validation.
-
Demo 3 - Playwright Inspector generated script for login to the same site, demonstrating usage of
get_by_label
, waits, and screenshot capture.