Microsoft.Playwright.TestAdapter 1.60.0

Playwright for .NET 🎭

NuGet version Join Discord

Linux macOS Windows
Chromium 148.0.7778.96 ✅ ✅ ✅
WebKit 26.4 ✅ ✅ ✅
Firefox 150.0.2 ✅ ✅ ✅

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.
5
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.
4
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.
3

.NET Standard 2.0

Version Downloads Last updated
1.61.0 1 07/03/2026
1.60.0 2 05/26/2026
1.59.0 4 04/25/2026
1.58.0 3 04/25/2026
1.57.0 3 04/25/2026
1.56.0 4 03/28/2026
1.55.0 3 04/25/2026
1.55.0-beta-4 3 04/25/2026
1.55.0-beta-2 3 04/25/2026
1.55.0-beta-1 3 04/25/2026
1.54.0 3 04/25/2026
1.53.0 3 04/25/2026
1.52.0 3 04/25/2026
1.51.0 3 04/25/2026
1.50.0 3 04/25/2026
1.50.0-beta-2 3 04/25/2026
1.50.0-beta-1 3 04/25/2026
1.49.0 3 04/25/2026
1.48.0 3 04/25/2026
1.47.0 3 04/25/2026
1.46.0 3 04/25/2026
1.45.1 3 03/30/2026
1.45.0 3 04/25/2026
1.44.0 3 04/25/2026
1.43.0 3 04/25/2026
1.42.0 3 04/25/2026
1.42.0-beta-3 3 04/25/2026
1.42.0-beta-2 3 04/25/2026
1.42.0-beta-1 3 04/25/2026
1.41.2 3 04/25/2026
1.41.1 3 04/25/2026
1.41.0 3 04/25/2026
1.40.0 3 04/25/2026
1.39.0 4 04/25/2026
1.38.0 4 04/25/2026
1.37.1 3 04/25/2026
1.37.0 3 04/25/2026
1.36.0 3 04/25/2026
1.36.0-beta-1 3 04/25/2026
1.35.0 3 04/25/2026
1.34.0 3 04/25/2026
1.33.0 3 04/25/2026
1.33.0-beta-1 3 04/25/2026
1.32.0 3 04/25/2026
1.31.1 3 03/30/2026
1.31.0 3 03/30/2026
1.31.0-beta-1 4 04/25/2026
1.30.0 3 04/25/2026
1.29.0 3 04/25/2026
1.28.0 3 04/25/2026
1.27.2 3 04/25/2026
1.27.1 3 04/25/2026
1.27.0 3 04/25/2026
1.26.0 3 04/25/2026
1.25.0 3 04/25/2026
1.25.0-next-2 3 04/25/2026
1.25.0-next-1 3 04/25/2026