Microsoft.Playwright.TestAdapter 1.58.0

Playwright for .NET 🎭

NuGet version Join Discord

Linux macOS Windows
Chromium 145.0.7632.6 ✅ ✅ ✅
WebKit 26.0 ✅ ✅ ✅
Firefox 146.0.1 ✅ ✅ ✅

Playwright for .NET is the official language port of Playwright, the library to automate Chromium, Firefox and WebKit with a single API. Playwright is built to enable cross-browser web automation that is ever-green, capable, reliable and fast.

Documentation

https://playwright.dev/dotnet/docs/intro

API Reference

https://playwright.dev/dotnet/docs/api/class-playwright

using System.Threading.Tasks;
using Microsoft.Playwright;

using var playwright = await Playwright.CreateAsync();
await using var browser = await playwright.Chromium.LaunchAsync(new() { Headless = false });
var page = await browser.NewPageAsync();
await page.GotoAsync("https://playwright.dev/dotnet");
await page.ScreenshotAsync(new() { Path = "screenshot.png" });

Other languages

More comfortable in another programming language? Playwright is also available in

Showing the top 20 packages that depend on Microsoft.Playwright.TestAdapter.

Packages Downloads
Microsoft.Playwright.NUnit
Playwright enables reliable end-to-end testing for modern web apps. This package brings in additional helpers and fixtures to enable using it within NUnit.
2
Microsoft.Playwright.NUnit
Playwright enables reliable end-to-end testing for modern web apps. This package brings in additional helpers and fixtures to enable using it within NUnit.
1

.NET Standard 2.0

Version Downloads Last updated
1.58.0 1 02/11/2026
1.57.0 2 02/11/2026
1.56.0 1 02/11/2026
1.55.0 1 02/11/2026
1.55.0-beta-4 1 02/11/2026
1.55.0-beta-2 1 02/11/2026
1.55.0-beta-1 1 02/10/2026
1.54.0 1 02/11/2026
1.53.0 1 02/11/2026
1.52.0 1 02/11/2026
1.51.0 1 02/11/2026
1.50.0 1 02/11/2026
1.50.0-beta-2 1 02/11/2026
1.50.0-beta-1 1 02/10/2026
1.49.0 1 02/11/2026
1.48.0 1 02/11/2026
1.47.0 1 02/11/2026
1.46.0 1 02/11/2026
1.45.1 1 02/11/2026
1.45.0 1 02/11/2026
1.44.0 1 02/11/2026
1.43.0 1 02/11/2026
1.42.0 1 02/11/2026
1.42.0-beta-3 1 02/11/2026
1.42.0-beta-2 1 02/11/2026
1.42.0-beta-1 1 02/11/2026
1.41.2 1 02/11/2026
1.41.1 1 02/11/2026
1.41.0 1 02/11/2026
1.40.0 1 02/11/2026
1.39.0 1 02/11/2026
1.38.0 1 02/11/2026
1.37.1 1 02/11/2026
1.37.0 1 02/11/2026
1.36.0 1 02/11/2026
1.36.0-beta-1 1 02/10/2026
1.35.0 1 02/11/2026
1.34.0 1 02/11/2026
1.33.0 1 02/11/2026
1.33.0-beta-1 1 02/10/2026
1.32.0 1 02/11/2026
1.31.1 1 02/11/2026
1.31.0 1 02/11/2026
1.31.0-beta-1 1 02/10/2026
1.30.0 1 02/11/2026
1.29.0 1 02/11/2026
1.28.0 1 02/11/2026
1.27.2 1 02/11/2026
1.27.1 1 02/11/2026
1.27.0 1 02/11/2026
1.26.0 1 02/11/2026
1.25.0 1 02/11/2026
1.25.0-next-2 1 02/11/2026
1.25.0-next-1 1 02/11/2026