Microsoft.Playwright 1.57.0

Playwright for .NET 🎭

NuGet version Join Discord

Linux macOS Windows
Chromium 143.0.7499.4 ✅ ✅ ✅
WebKit 26.0 ✅ ✅ ✅
Firefox 144.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

No packages depend on Microsoft.Playwright.

Version Downloads Last updated
1.59.0 0 09.04.2026
1.58.0 0 02.02.2026
1.57.0 3 02.03.2026
1.56.0 0 10.11.2025
1.55.0 1 02.03.2026
1.55.0-beta-4 0 13.08.2025
1.55.0-beta-3 0 12.08.2025
1.55.0-beta-2 0 12.08.2025
1.55.0-beta-1 0 12.08.2025
1.54.0 1 02.03.2026
1.53.0 0 25.06.2025
1.52.0 1 02.03.2026
1.51.0 1 02.03.2026
1.50.0 1 02.03.2026
1.50.0-beta-2 0 02.03.2026
1.50.0-beta-1 0 02.03.2026
1.49.0 2 02.03.2026
1.48.0 1 02.03.2026
1.47.0 1 02.03.2026
1.46.0 1 02.03.2026
1.45.1 1 02.03.2026
1.45.0 1 02.03.2026
1.44.0 1 02.03.2026
1.43.0 1 02.03.2026
1.42.0 1 02.03.2026
1.42.0-beta-3 1 02.03.2026
1.42.0-beta-2 1 02.03.2026
1.42.0-beta-1 1 02.03.2026
1.41.2 1 02.03.2026
1.41.1 1 02.03.2026
1.41.0 1 02.03.2026
1.40.0 1 02.03.2026
1.39.0 1 02.03.2026
1.38.0 1 02.03.2026
1.37.1 1 02.03.2026
1.37.0 1 02.03.2026
1.36.0 1 02.03.2026
1.36.0-beta-1 1 02.03.2026
1.35.0 1 02.03.2026
1.34.0 1 02.03.2026
1.33.0 1 02.03.2026
1.33.0-beta-1 1 02.03.2026
1.32.0 1 02.03.2026
1.31.1 1 02.03.2026
1.31.0 1 02.03.2026
1.31.0-beta-1 1 02.03.2026
1.30.0 1 02.03.2026
1.29.0 1 02.03.2026
1.28.0 1 02.03.2026
1.27.2 1 02.03.2026
1.27.1 1 02.03.2026
1.27.0 1 02.03.2026
1.26.0 1 02.03.2026
1.25.0 1 02.03.2026
1.25.0-next-2 1 02.03.2026
1.25.0-next-1 1 02.03.2026
1.24.1 1 02.03.2026
1.24.0 1 02.03.2026
1.23.0 1 02.03.2026
1.23.0-next-4 1 02.03.2026
1.23.0-next-3 1 02.03.2026
1.23.0-next-2 1 02.03.2026
1.23.0-next-1 1 02.03.2026
1.22.0 1 02.03.2026
1.21.0 1 02.03.2026
1.20.2 1 02.03.2026
1.20.1 1 02.03.2026
1.20.0 1 02.03.2026
1.20.0-next-1 1 02.03.2026
1.19.1 1 02.03.2026
1.19.0 1 02.03.2026
1.18.1 1 02.03.2026
1.18.0 1 02.03.2026
1.17.3 1 02.03.2026
1.17.2 1 02.03.2026
1.17.1 1 02.03.2026
1.17.0 1 02.03.2026
1.17.0-rc1 1 02.03.2026
1.16.1 1 02.03.2026
1.16.0 1 02.03.2026
1.15.4 1 02.03.2026
1.15.3 1 02.03.2026
1.15.2 1 02.03.2026
1.15.1 1 02.03.2026
1.15.0 1 02.03.2026
1.14.1 1 02.03.2026
1.14.0 1 02.03.2026
1.13.0 1 02.03.2026
1.13.0-next-1 1 02.03.2026
1.12.2 1 02.03.2026
1.12.1 1 02.03.2026
1.12.0 1 02.03.2026
1.12.0-alpha-7 1 02.03.2026
1.12.0-alpha-5 1 02.03.2026
1.12.0-alpha-4 1 02.03.2026
1.12.0-alpha-3 1 02.03.2026
1.12.0-alpha-2 1 02.03.2026
1.11.1-alpha-2 1 02.03.2026
1.11.1-alpha 1 02.03.2026
1.11.0-alpha 1 02.03.2026