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

We use playwright to serve PDF files in an ASP.NET Web Application (currently .NET 4.8 with IIS but soon .NET core with IIS). For security reasons all files of the...

P3-collecting-feedback

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

P3-collecting-feedback

I'm a fan of PowerShell, but I think having to add `Microsoft.Playwright.NUnit` or a similar package, then build your project, then execute a PowerShell script that you can find in...

P3-collecting-feedback

With 1.25, we have the ability to set the default timeout for web-first assertions (Expect) via the runsettings file but only if your testing project is using the Microsoft.Playwright.NUnit package....

P3-collecting-feedback

**Context:** - Playwright Version: 1.24.1 - Operating System: Windows 10 - .NET version: .NET 6 - Browser: All - Extra: **Code Snippet** See code to reproduce this bug here: https://github.com/resurge/PlaywrightSingleFilePathError...

P3-collecting-feedback

### Version 1.41.2 ### Steps to reproduce Launch Chrome in a docker container with the following args ``` "--headless", "--disable-gpu", "--remote-debugging-address=0.0.0.0", "--remote-debugging-port=9222", "--no-sandbox", "--proxy-server=http://localhost:9999", ``` Execute the following Kotlin (java)...

### Version 1.41.2 ### Steps to reproduce Look at the extracted nuget packages from 1.39.0 forward. Go inside the .playwright / node / platform (darwin-x64 -darwin-arm64 - linux-arm64 - linux-x64...

### System info - Playwright Version: [v1.41] - Operating System: [Windows 11] - Browser: [Chromium] - Other info: ### Source code - [ ] I provided exact source code that...

triaging