Trumpf.Coparoo.Playwright.Extensions
2.5.1
dotnet add package Trumpf.Coparoo.Playwright.Extensions --version 2.5.1
NuGet\Install-Package Trumpf.Coparoo.Playwright.Extensions -Version 2.5.1
<PackageReference Include="Trumpf.Coparoo.Playwright.Extensions" Version="2.5.1" />
<PackageVersion Include="Trumpf.Coparoo.Playwright.Extensions" Version="2.5.1" />
<PackageReference Include="Trumpf.Coparoo.Playwright.Extensions" />
paket add Trumpf.Coparoo.Playwright.Extensions --version 2.5.1
#r "nuget: Trumpf.Coparoo.Playwright.Extensions, 2.5.1"
#:package Trumpf.Coparoo.Playwright.Extensions@2.5.1
#addin nuget:?package=Trumpf.Coparoo.Playwright.Extensions&version=2.5.1
#tool nuget:?package=Trumpf.Coparoo.Playwright.Extensions&version=2.5.1
Trumpf.Coparoo.Playwright.Extensions
Extension methods that augment the core Trumpf.Coparoo.Playwright API with convenience helpers:
- UI object helpers: existence, visibility, attribute access, waiting, role and test id lookup
- Control object helpers: click, fill, read text / value
- Tab object helpers: fluent page injection
Installation
Install via NuGet (package is versioned by Git tags via MinVer):
dotnet add package Trumpf.Coparoo.Playwright.Extensions
Example
var myControl = pageObject.Control<MyButton>();
await myControl.ClickAsync();
await myControl.FillAsync("Hello");
bool shown = await myControl.IsVisibleAsync();
Versioning
Versions are derived from Git tags in the repository using MinVer. Pre-release versions use the preview tag until a stable tag is created.
License
Apache 2.0
| Product | Versions 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 is compatible. 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. |
-
.NETStandard 2.0
- Microsoft.Playwright (>= 1.54.0)
- System.Linq.Async (>= 6.0.1)
- Trumpf.Coparoo.Playwright (>= 2.5.1)
-
net10.0
- Microsoft.Playwright (>= 1.54.0)
- Trumpf.Coparoo.Playwright (>= 2.5.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Trumpf.Coparoo.Playwright.Extensions:
| Package | Downloads |
|---|---|
|
Trumpf.Coparoo.Playwright.Controls.Bootstrap
Pre-built Bootstrap control objects for Trumpf.Coparoo.Playwright. Type-safe wrappers for Bootstrap 5 components (alerts, cards, dropdowns, spinners, progress bars, collapsible sections) that integrate seamlessly with Playwright-based web UI tests. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.5.1 | 989 | 4/27/2026 |
| 2.5.0 | 273 | 4/21/2026 |
| 2.4.0 | 254 | 4/16/2026 |
| 2.3.2 | 796 | 3/26/2026 |
| 2.3.1 | 248 | 3/19/2026 |
| 2.3.0 | 710 | 1/20/2026 |
| 2.3.0-beta.1 | 68 | 1/16/2026 |
| 2.2.0 | 118 | 1/15/2026 |
| 2.2.0-beta2 | 116 | 1/8/2026 |
| 2.2.0-beta.9 | 72 | 1/14/2026 |
| 2.2.0-beta.8 | 67 | 1/14/2026 |
| 2.2.0-beta.7 | 76 | 1/10/2026 |
| 2.2.0-beta.5 | 70 | 1/9/2026 |
| 2.2.0-beta.4 | 76 | 1/9/2026 |
| 2.2.0-beta.3 | 78 | 1/9/2026 |
| 2.2.0-beta.1 | 74 | 1/8/2026 |
| 2.1.0 | 923 | 10/27/2025 |
| 2.0.0 | 190 | 10/24/2025 |