playwright-dotnet icon indicating copy to clipboard operation
playwright-dotnet copied to clipboard

.NET version of the Playwright testing and automation library.

Results 98 playwright-dotnet issues
Sort by recently updated
recently updated
newest added

### 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)...

triaging

See here: https://playwright.dev/docs/test-assertions#soft-assertions

P3-collecting-feedback

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...

P3-collecting-feedback

### 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...

P3-collecting-feedback

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....

P3-collecting-feedback

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...

P3-collecting-feedback
inner-loop

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...

P3-collecting-feedback

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...

P3-collecting-feedback

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...

P3-collecting-feedback

### 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...

P3-collecting-feedback