playwright-dotnet
playwright-dotnet copied to clipboard
.NET version of the Playwright testing and automation library.
### System info - Playwright Version: v1.41.0 - Operating System: Windows 11 - Browser: All - Failing Environment: PowerShell 7 on .NET 8 - Working Environment: Windows PowerShell (PowerShell 5)...
See here: https://playwright.dev/docs/test-assertions#soft-assertions
The reasoning was pretty much covered in the following discussion thread: https://github.com/microsoft/playwright/discussions/26890 Async API doesn't bring many benefits in an automated testing context, but forces to add an additional syntax...
### System info - Playwright Version: 1.41.2 - Operating System: macOS 14.3 - Browser: All - Other info: ### Source code i use the sample code from playwright on macOS...
Let us know what functionality you'd like to see in Playwright and what your use case is. Do you think others might benefit from this as well? Might benefit: 1....
Currently when using methods such as ClickAsync the timeout seems to be infinite unless specified through an options class when calling the method. I've had a look at the different...
I understand that in order to build the install script we need the sdk, and that the main use case for Playwright is testing, which also requires it, but for...
The documentation (both in code and https://playwright.dev/dotnet/docs/extensibility) states: `Selectors must be registered before creating the page.` However the code below works, in a `TestClass` inheriting from `PageTest`. Isn't the page...
One of the big benefits of using the nunit package is not having to worry about lots of setup boilerplate. However, I can't seem to set the BaseUrl with an...
### System info - Playwright Version: [v1.37.1] (also reproduced in clone of latest main branch) - Operating System: Windows 10 - Browser: Chromium ### Source code The crux of the...