Microsoft.Playwright.TestAdapter 1.55.0

Prefix Reserved
dotnet add package Microsoft.Playwright.TestAdapter --version 1.55.0
                    
NuGet\Install-Package Microsoft.Playwright.TestAdapter -Version 1.55.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.Playwright.TestAdapter" Version="1.55.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Playwright.TestAdapter" Version="1.55.0" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.Playwright.TestAdapter" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.Playwright.TestAdapter --version 1.55.0
                    
#r "nuget: Microsoft.Playwright.TestAdapter, 1.55.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Microsoft.Playwright.TestAdapter@1.55.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.Playwright.TestAdapter&version=1.55.0
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.Playwright.TestAdapter&version=1.55.0
                    
Install as a Cake Tool

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

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on Microsoft.Playwright.TestAdapter:

Package Downloads
Microsoft.Playwright.NUnit

Playwright enables reliable end-to-end testing for modern web apps. This package brings in additional helpers and fixtures to enable using it within NUnit.

Microsoft.Playwright.MSTest

Playwright enables reliable end-to-end testing for modern web apps. This package brings in additional helpers and fixtures to enable using it within MSTest.

Microsoft.Playwright.Xunit

Playwright enables reliable end-to-end testing for modern web apps. This package brings in additional helpers and fixtures to enable using it within xUnit.

TestFusion.Plugins.Playwright

Playwright plugin for TestFusion

Microsoft.Playwright.Xunit.v3

Playwright enables reliable end-to-end testing for modern web apps. This package brings in additional helpers and fixtures to enable using it within xUnit.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Microsoft.Playwright.TestAdapter:

Repository Stars
egil/Htmxor
Supercharges Blazor static server side rendering (SSR) by seamlessly integrating the Htmx.org frontend library.
Version Downloads Last Updated
1.55.0 22,190 9/4/2025
1.55.0-beta-4 906 8/13/2025
1.55.0-beta-2 169 8/12/2025
1.55.0-beta-1 175 8/12/2025
1.54.0 123,644 7/22/2025
1.53.0 120,429 6/25/2025
1.52.0 380,260 4/30/2025
1.51.0 1,017,943 3/18/2025
1.50.0 502,868 2/3/2025
1.50.0-beta-2 19,993 11/25/2024
1.50.0-beta-1 204 11/25/2024
1.49.0 683,058 11/21/2024
1.48.0 364,018 10/21/2024
1.47.0 608,368 9/12/2024
1.46.0 415,986 8/12/2024
1.45.1 306,972 7/23/2024
1.45.0 250,771 7/3/2024
1.44.0 1,791,324 5/17/2024
1.43.0 282,083 4/9/2024
1.42.0 414,422 3/7/2024
1.42.0-beta-3 2,391 2/13/2024
1.42.0-beta-2 409 2/8/2024
1.42.0-beta-1 329 2/7/2024
1.41.2 585,688 1/24/2024
1.41.1 69,245 1/18/2024
1.41.0 50,647 1/17/2024
1.40.0 489,495 11/21/2023
1.39.0 198,069 10/16/2023
1.38.0 164,738 9/19/2023
1.37.1 168,975 8/16/2023
1.37.0 12,738 8/14/2023
1.36.0 253,780 7/14/2023
1.36.0-beta-1 976 6/29/2023
1.35.0 180,334 6/13/2023
1.34.0 92,597 5/26/2023
1.33.0 123,153 5/3/2023
1.33.0-beta-1 580 5/4/2023
1.32.0 321,994 3/27/2023
1.31.1 132,595 2/27/2023
1.31.0 28,173 2/21/2023
1.31.0-beta-1 2,551 1/27/2023
1.30.0 177,293 1/25/2023
1.29.0 111,845 1/4/2023
1.28.0 253,017 11/16/2022
1.27.2 855,253 10/27/2022
1.27.1 345,444 10/12/2022
1.27.0 27,455 10/8/2022
1.26.0 22,253 9/20/2022
1.25.0 186,885 8/15/2022
1.25.0-next-2 567 8/22/2022
1.25.0-next-1 591 8/13/2022