Microsoft.Playwright 1.62.0

Playwright for .NET 🎭

NuGet version Join Discord

Linux macOS Windows
Chromium 151.0.7922.34 ✅ ✅ ✅
WebKit 26.5 ✅ ✅ ✅
Firefox 153.0 ✅ ✅ ✅

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.62.0 4 2026/8/13
1.61.0 1 2026/9/16
1.60.0 1 2026/9/16
1.59.0 1 2026/9/16
1.58.0 1 2026/9/16
1.57.0 1 2026/9/16
1.56.0 1 2026/9/16
1.55.0 1 2026/9/16
1.55.0-beta-4 1 2026/9/17
1.55.0-beta-3 1 2026/9/17
1.55.0-beta-2 1 2026/9/17
1.55.0-beta-1 1 2026/9/17
1.54.0 1 2026/9/16
1.53.0 1 2026/9/16
1.52.0 1 2026/9/16
1.51.0 1 2026/9/16
1.50.0 1 2026/9/16
1.50.0-beta-2 1 2026/9/17
1.50.0-beta-1 1 2026/9/17
1.49.0 1 2026/9/16
1.48.0 1 2026/9/16
1.47.0 1 2026/9/16
1.46.0 1 2026/9/16
1.45.1 1 2026/9/16
1.45.0 1 2026/9/16
1.44.0 1 2026/9/16
1.43.0 1 2026/9/16
1.42.0 1 2026/9/16
1.42.0-beta-3 1 2026/9/17
1.42.0-beta-2 1 2026/9/17
1.42.0-beta-1 1 2026/9/17
1.41.2 1 2026/9/16
1.41.1 1 2026/9/16
1.41.0 1 2026/9/16
1.40.0 1 2026/9/16
1.39.0 1 2026/9/16
1.38.0 1 2026/9/16
1.37.1 1 2026/9/16
1.37.0 1 2026/9/16
1.36.0 1 2026/9/16
1.36.0-beta-1 1 2026/9/17
1.35.0 1 2026/9/16
1.34.0 1 2026/9/16
1.33.0 1 2026/9/16
1.33.0-beta-1 1 2026/9/17
1.32.0 1 2026/9/16
1.31.1 1 2026/9/16
1.31.0 1 2026/9/16
1.31.0-beta-1 1 2026/9/16
1.30.0 1 2026/9/16
1.29.0 1 2026/9/16
1.28.0 1 2026/9/16
1.27.2 1 2026/9/16
1.27.1 1 2026/9/16
1.27.0 1 2026/9/16
1.26.0 1 2026/9/16
1.25.0 1 2026/9/16
1.25.0-next-2 1 2026/9/17
1.25.0-next-1 1 2026/9/17
1.24.1 1 2026/9/16
1.24.0 1 2026/9/16
1.23.0 1 2026/9/16
1.23.0-next-4 1 2026/9/17
1.23.0-next-3 1 2026/9/17
1.23.0-next-2 1 2026/9/17
1.23.0-next-1 1 2026/9/17
1.22.0 1 2026/9/16
1.21.0 1 2026/9/16
1.20.2 1 2026/9/16
1.20.1 1 2026/9/16
1.20.0 1 2026/9/16
1.20.0-next-1 1 2026/9/17
1.19.1 1 2026/9/16
1.19.0 1 2026/9/16
1.18.1 1 2026/9/16
1.18.0 1 2026/9/16
1.17.3 1 2026/9/16
1.17.2 1 2026/9/16
1.17.1 1 2026/9/16
1.17.0 1 2026/9/16
1.17.0-rc1 1 2026/9/16
1.16.1 1 2026/9/16
1.16.0 1 2026/9/16
1.15.4 1 2026/9/16
1.15.3 1 2026/9/16
1.15.2 1 2026/9/16
1.15.1 1 2026/9/16
1.15.0 1 2026/9/16
1.14.1 1 2026/9/16
1.14.0 1 2026/9/16
1.13.0 1 2026/9/16
1.13.0-next-1 1 2026/9/17
1.12.2 1 2026/9/16
1.12.1 1 2026/9/16
1.12.0 1 2026/9/16
1.12.0-alpha-7 1 2026/9/17
1.12.0-alpha-5 1 2026/9/17
1.12.0-alpha-4 1 2026/9/17
1.12.0-alpha-3 1 2026/9/16
1.12.0-alpha-2 1 2026/9/16
1.11.1-alpha-2 1 2026/9/16
1.11.1-alpha 1 2026/9/16
1.11.0-alpha 1 2026/9/16