Playwright topic

Playwright provides a set of APIs to automate Chromium, Firefox, and WebKit browsers. By using the Playwright API, you can write scripts to create new browser pages, navigate to URLs, and interact with elements on a page. Along with a test runner, Playwright can be used to automate user interactions to validate and test web applications.

List Playwright repositories

demo-space-game-vnext

28
Stars
9
Forks
Watchers

The Space Game website is a .NET 7 web app written in C# that's deployed to ☁️ Azure Web App for Containers and Azure SQL ☁️. The infrastructure is deployed using Azure Bicep 💪, and the application i...

demo.playwright

226
Stars
43
Forks
Watchers

This repo is used to demo various testing scenarios with Playwright 🎭, using the official test-runner and scripts authored in TypeScript.

playwright-webcrawler

20
Stars
7
Forks
Watchers

Parallel crawler powered by Playwright-Python

playwright

73.9k
Stars
4.3k
Forks
515
Watchers

Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.

qawolf

3.3k
Stars
133
Forks
Watchers

🐺 Create browser tests 10x faster

expect-playwright

144
Stars
17
Forks
Watchers

Expect utility matcher functions to simplify expect statements for the usage with Playwright Test or Jest Playwright.

webscraping-from-0-to-hero

1.5k
Stars
89
Forks
Watchers

The web scraping open project repository aims to share knowledge and experiences about web scraping with Python

query-selector-shadow-dom

224
Stars
25
Forks
Watchers

querySelector that can pierce Shadow DOM roots without knowing the path through nested shadow roots. Useful for automated testing of Web Components. Production use is not advised, this is for test env...

headless-recorder

15.0k
Stars
715
Forks
Watchers

Chrome extension that records your browser interactions and generates a Playwright or Puppeteer script.

playwright-python

10.9k
Stars
827
Forks
Watchers

Python version of the Playwright testing and automation library.