playwright-dotnet Questions

1

I have at least three options to click on a button: await page.Locator("button", new() { HasText = "Создать" }).ClickAsync(); await page.GetByRole(AriaRole.Button, new() { Name...
Eisenhart asked 23/8, 2023 at 7:2

3

I have two sibling spans in my DIV. I am doing E2E testing in Blazor and I want to access the second Span content (@Status). <div> <span> Status:</span> <span> @Status<...
Seif asked 4/8, 2022 at 18:9

3

I have a .net dashboard application where a user can export the current page as pdf via playwright. This works locally, however, when I run the application in Docker I get this error: Microsoft.P...
Eberto asked 15/5, 2022 at 16:26
1

© 2022 - 2024 — McMap. All rights reserved.