playwright-dotnet
playwright-dotnet copied to clipboard
.NET version of the Playwright testing and automation library.
I'd like to run codegen using a browser that isn't incognito as I can't log into my application while using an icognito session. Is that possible?
Extended Playwright.CreateAsync() with optional driversPath param. Fixes #1842, fixes #2240, fixes #2004 `Playwright.CreateAsync()` fails in .NET 4.8 with "PlaywrightException: Driver not found" and theres currently no workaround. This change allows...
- Playwright Version: 1.23 - Operating System: Windows - .NET version: 6 - Browser: Chromium I'm getting Flaky test when running two similar test in parallel, using [Parallelizable(ParallelScope.All)]. The test...
Please backport client side changes: - [x] https://github.com/microsoft/playwright/commit/82032be36838de90c169158264de32223560950b (chore(server): validate/convert protocol both ways (#14811)) - [x] https://github.com/microsoft/playwright/commit/4eccb89a79655b4de6e7d36c4b548ecadac2b8e3 (chore: do not serialize buffers into base64 in local mode (#15316)) - [x]...
Hi, I'm trying to get Playwright working in multiple teams. But different setup/code bases makes the installation a bit of a headache. And then I had an idea, why don't...
When I run .Net Playwright first time by following https://playwright.dev/dotnet/docs/intro I've got > Host system is missing a few dependencies to run browsers. ║ > Please install them with the...
Node.js and Python have CDPSession implementations, can this function in DOTNET? https://playwright.dev/docs/api/class-cdpsession
We have a requirement to handle couple of applications for an use case. where one of the application is traditional dotnet based and another is electron based. We have been...