Microsoft.Playwright 1.55.0

Playwright for .NET 🎭

NuGet version Join Discord

Linux macOS Windows
Chromium 140.0.7339.16 ✅ ✅ ✅
WebKit 26.0 ✅ ✅ ✅
Firefox 141.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.55.0 3 09/05/2025
1.55.0-beta-4 10 08/14/2025
1.55.0-beta-3 4 08/18/2025
1.55.0-beta-2 6 08/15/2025
1.55.0-beta-1 5 08/16/2025
1.54.0 11 07/26/2025
1.53.0 16 06/26/2025
1.52.0 24 05/01/2025
1.51.0 29 03/22/2025
1.50.0 37 02/03/2025
1.50.0-beta-2 47 11/27/2024
1.50.0-beta-1 37 11/27/2024
1.49.0 35 11/27/2024
1.48.0 40 10/21/2024
1.47.0 41 09/16/2024
1.46.0 42 08/13/2024
1.45.1 44 07/25/2024
1.45.0 48 07/05/2024
1.44.0 47 05/21/2024
1.43.0 47 04/23/2024
1.42.0 46 03/08/2024
1.42.0-beta-3 56 02/17/2024
1.42.0-beta-2 62 02/17/2024
1.42.0-beta-1 60 02/17/2024
1.41.2 67 02/17/2024
1.41.1 60 02/16/2024
1.41.0 68 02/17/2024
1.40.0 65 11/26/2023
1.39.0 77 10/20/2023
1.38.0 59 09/23/2023
1.37.1 63 09/02/2023
1.37.0 62 11/17/2023
1.36.0 70 08/23/2023
1.36.0-beta-1 64 10/18/2023
1.35.0 74 08/15/2023
1.34.0 60 08/09/2023
1.33.0 68 08/03/2023
1.33.0-beta-1 60 10/20/2023
1.32.0 62 10/04/2023
1.31.1 57 08/06/2023
1.31.0 74 09/26/2023
1.31.0-beta-1 63 10/23/2023
1.30.0 72 08/09/2023
1.29.0 56 08/05/2023
1.28.0 79 08/07/2023
1.27.2 67 08/18/2023
1.27.1 75 08/10/2023
1.27.0 71 08/09/2023
1.26.0 77 08/03/2023
1.25.0 74 08/09/2023
1.25.0-next-2 70 08/03/2023
1.25.0-next-1 71 09/30/2023
1.24.1 78 08/09/2023
1.24.0 69 09/30/2023
1.23.0 71 08/14/2023
1.23.0-next-4 61 08/20/2023
1.23.0-next-3 68 09/28/2023
1.23.0-next-2 66 10/02/2023
1.23.0-next-1 70 09/23/2023
1.22.0 78 06/07/2022
1.21.0 56 08/04/2023
1.20.2 70 08/06/2023
1.20.1 64 08/12/2023
1.20.0 72 08/12/2023
1.20.0-next-1 72 08/09/2023
1.19.1 65 08/14/2023
1.19.0 75 08/10/2023
1.18.1 75 08/04/2023
1.18.0 73 08/09/2023
1.17.3 73 08/07/2023
1.17.2 69 08/09/2023
1.17.1 71 08/07/2023
1.17.0 65 08/19/2023
1.17.0-rc1 73 09/30/2023
1.16.1 72 08/08/2023
1.16.0 78 08/06/2023
1.15.4 63 08/07/2023
1.15.3 86 08/18/2023
1.15.2 73 08/05/2023
1.15.1 74 08/04/2023
1.15.0 72 08/06/2023
1.14.1 80 08/05/2023
1.14.0 61 08/14/2023
1.13.0 80 08/04/2023
1.13.0-next-1 69 08/04/2023
1.12.2 71 08/06/2023
1.12.1 76 08/07/2023
1.12.0 80 08/05/2023
1.12.0-alpha-7 68 08/08/2023
1.12.0-alpha-5 64 08/15/2023
1.12.0-alpha-4 70 08/05/2023
1.12.0-alpha-3 70 08/10/2023
1.12.0-alpha-2 68 08/06/2023
1.11.1-alpha-2 74 08/05/2023
1.11.1-alpha 79 08/18/2023
1.11.0-alpha 73 08/06/2023