playwright-dotnet
.NET version of the Playwright testing and automation library. (by microsoft)
Playwright
Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API. (by microsoft)
playwright-dotnet | Playwright | |
---|---|---|
17 | 490 | |
2,752 | 76,590 | |
0.9% | 1.4% | |
8.9 | 9.9 | |
5 days ago | about 13 hours ago | |
C# | TypeScript | |
MIT License | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
playwright-dotnet
Posts with mentions or reviews of playwright-dotnet.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-13.
-
What do .NET devs use for web scraping these days?
Playwright
-
How do control a browser?
Check out Playwright which is developed by Microsoft. It's like Selenium, but newer and maybe better. You can use it outside unit tests as a regular library.
-
Recommendations for open source projects to work on?
SDET? Check out Playwright's .NET connector: https://github.com/microsoft/playwright-dotnet
-
What is the best way to simulate "open an web browser application and login" without having to open 400 browsers to get 400 users online?
I'd suggest looking into https://github.com/microsoft/playwright-dotnet, it has been so much nicer to work with than Selenium.
-
How to create a bot to do stuff on the internet I'm too lazy to do.
I believe playwright can do the job, https://playwright.dev/dotnet/
-
Razor Templates Examples including PDF Reports
Then you'd take that output and generate a PDF with Chrome: https://playwright.dev/dotnet/
-
QuestPDF 2021.10 - a new version of the open-source, MIT-licensed, C# library for generating PDF documents with fluent API, now with extended text capabilities. Please help me make it popular :)
If you've already got ASP.NET generating pages then you should try use this to save pages as PDF: https://github.com/microsoft/playwright-dotnet
-
Web Scrapping with F#
If you've ever wanted to pull data periodically from a website, or you are a QA automation person looking to do E2E (end to end) testing, then Playwright might be an option for you. Similar to Cypress or PhantomJS, Playwright is a library that allows you to automate ineractions with websites, you can even take screenshots and PDFs!
- Web Scrapping con F#
Playwright
Posts with mentions or reviews of Playwright.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-08-20.
-
Closer to the Metal: Leaving Playwright for CDP
Also recently found it unnecessarily difficult to do profiling of page workers using Playwright's CDPSession wrapper ([and they don't seem to have any plans to improve it](https://github.com/microsoft/playwright/issues/22992#issueco...)), whereas it was pretty painless in Puppeteer.
So, definitely more useful if you care about more than just your main thread.
-
Playwright Reporting in 10 Minutes
Playwright is a modern end-to-end testing framework for web apps. It supports multiple browsers, parallel execution, and, importantly for this post, built in reporters for turning raw test results into human-readable formats.
-
Global Cache: Make Playwright BeforeAll Run Once for All Workers
There is no way to ensure this BeforeAll hook executes only once across the entire test run, as many people expect. Despite its name, BeforeAll is called once per worker, not once per test run.
-
Top 7 Puppeteer Alternatives for Web Automation and Testing (2025)
Playwright is a powerful open-source browser automation tool developed by Microsoft and often seen as a natural evolution of Puppeteer. In fact, many of its core features were inspired by Puppeteer—but with broader capabilities and stronger support for modern testing needs. Unlike Puppeteer, which only supports Chromium, Playwright allows testing across Chromium, Firefox, and WebKit, enabling true multi-browser automation with a single API. It also supports both headless and headed modes, making it flexible for various stages of the testing lifecycle.
-
Playwright vs. Selenium in 2025: Key Differences for Test Automation
GitHub metrics also show Playwright's popularity: it has over 74,000 stars, much larger than Selenium's 32,000. The number of projects depending on Selenium is still large, but Playwright is far away (around 412,000 repositories use Playwright vs. 354,000 for Selenium).
-
🚀 9 Libraries to Boost Your Productivity as a React Developer
Playwright is an end-to-end testing library for reliable, cross-browser automation. It supports Chromium, Firefox, and WebKit, and allows mocking network responses and testing real user workflows. It offers auto-waiting, resilient web-first assertions, and built-in tracing to eliminate flaky tests.
-
Open SaaS v2.0 -- ShadCN UI, LLM-friendly, MoRs, and more.
One thing I hate about building a SaaS is that I'm constantly worried it might break after adding a new feature. To give you peace of mind, we've integrated a full suite of end-to-end tests using Playwright. These tests act like a robot user, clicking through your app to verify that everything from user sign-ups to critical payment flows is working exactly as it should.
-
Automating Tests with Playwright and Components Page Object Model: A Practical Approach
Fast and reliable end-to-end testing for modern web apps | Playwright
-
Playwright v1.54 Release Highlights: Smarter, Cleaner, More Secure
Playwright v1.54 isn’t a flashy release—but it’s a smart one. With enhanced test annotations, CHIPS-aligned cookie handling, and cleaner reporting, it's setting the groundwork for privacy-centric and maintainable testing at scale.
-
How to test signup flows with Playwright and real email verification
This guide shows how to test the entire registration flow, including real email confirmation, using Playwright and temporary inboxes created with Tigrmail. You'll get a working test in minutes and a clean way to automate email-based flows.
What are some alternatives?
When comparing playwright-dotnet and Playwright you can also consider the following projects:
playwright-python - Python version of the Playwright testing and automation library.
nightwatch - Integrated end-to-end testing framework written in Node.js and using W3C Webdriver API. Developed at @browserstack
PuppeteerSharp - Headless Chrome .NET API
WebdriverIO - Next-gen browser and mobile automation test framework for Node.js
ionide-vscode-fsharp - VS Code plugin for F# development
taiko - A node.js library for testing modern web applications