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