Microsoft.Playwright 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

No packages depend on Microsoft.Playwright.

Version Downloads Last updated
1.58.0 21 02/02/2026
1.57.0 17 12/11/2025
1.56.0 10 12/17/2025
1.55.0 12 12/12/2025
1.55.0-beta-4 14 12/13/2025
1.55.0-beta-3 11 12/16/2025
1.55.0-beta-2 14 12/11/2025
1.55.0-beta-1 10 12/14/2025
1.54.0 11 12/10/2025
1.53.0 15 12/11/2025
1.52.0 16 12/19/2025
1.51.0 13 12/10/2025
1.50.0 17 12/18/2025
1.50.0-beta-2 16 12/18/2025
1.50.0-beta-1 17 12/14/2025
1.49.0 12 12/13/2025
1.48.0 17 12/14/2025
1.47.0 14 12/11/2025
1.46.0 11 12/10/2025
1.45.1 14 12/14/2025
1.45.0 14 12/10/2025
1.44.0 14 12/14/2025
1.43.0 17 12/09/2025
1.42.0 13 12/14/2025
1.42.0-beta-3 16 12/13/2025
1.42.0-beta-2 18 12/09/2025
1.42.0-beta-1 13 12/14/2025
1.41.2 10 12/14/2025
1.41.1 12 12/14/2025
1.41.0 10 12/20/2025
1.40.0 16 12/18/2025
1.39.0 7 12/11/2025
1.38.0 10 12/16/2025
1.37.1 8 01/01/2026
1.37.0 13 12/10/2025
1.36.0 14 12/12/2025
1.36.0-beta-1 11 12/20/2025
1.35.0 11 12/25/2025
1.34.0 12 12/13/2025
1.33.0 10 12/24/2025
1.33.0-beta-1 11 12/12/2025
1.32.0 7 01/04/2026
1.31.1 9 12/30/2025
1.31.0 13 12/11/2025
1.31.0-beta-1 9 01/14/2026
1.30.0 12 12/14/2025
1.29.0 14 12/24/2025
1.28.0 11 12/25/2025
1.27.2 11 12/27/2025
1.27.1 12 12/31/2025
1.27.0 17 12/18/2025
1.26.0 12 01/02/2026
1.25.0 10 12/25/2025
1.25.0-next-2 13 12/11/2025
1.25.0-next-1 9 12/13/2025
1.24.1 10 12/13/2025
1.24.0 9 01/06/2026
1.23.0 9 12/12/2025
1.23.0-next-4 10 12/11/2025
1.23.0-next-3 6 01/18/2026
1.23.0-next-2 9 12/25/2025
1.23.0-next-1 7 12/12/2025
1.22.0 8 12/11/2025
1.21.0 11 12/28/2025
1.20.2 9 12/16/2025
1.20.1 9 12/10/2025
1.20.0 9 12/20/2025
1.20.0-next-1 11 12/20/2025
1.19.1 10 01/10/2026
1.19.0 10 12/26/2025
1.18.1 12 12/13/2025
1.18.0 11 12/12/2025
1.17.3 15 12/13/2025
1.17.2 11 01/24/2026
1.17.1 11 12/15/2025
1.17.0 14 12/14/2025
1.17.0-rc1 8 12/20/2025
1.16.1 14 12/24/2025
1.16.0 15 12/21/2025
1.15.4 12 01/09/2026
1.15.3 11 01/12/2026
1.15.2 11 12/10/2025
1.15.1 6 12/31/2025
1.15.0 13 01/12/2026
1.14.1 11 12/17/2025
1.14.0 8 01/01/2026
1.13.0 17 12/11/2025
1.13.0-next-1 11 12/20/2025
1.12.2 16 12/15/2025
1.12.1 9 12/30/2025
1.12.0 14 12/31/2025
1.12.0-alpha-7 8 12/16/2025
1.12.0-alpha-5 12 12/10/2025
1.12.0-alpha-4 9 01/05/2026
1.12.0-alpha-3 9 12/20/2025
1.12.0-alpha-2 15 12/11/2025
1.11.1-alpha-2 11 12/20/2025
1.11.1-alpha 15 12/20/2025
1.11.0-alpha 11 12/13/2025