python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Take a screenshot and compare it with another image using playwright.net - C#
I m trying to take a screenshot of a section on the page and compare it with another image already saved using playwright and .NET. I managed to take the screenshot but i cant do the comparison. On p...
hm9
Votes: 0
Answers: 1
Run Playwright.NET tests in Docker container
I have the following Dockerfile:
FROM mcr.microsoft.com/dotnet/runtime:5.0-buster-slim AS base
WORKDIR /app
FROM mcr.microsoft.com/dotnet/sdk:5.0-buster-slim AS build
WORKDIR /src
COPY ["Playwri...
sarbo
Votes: 0
Answers: 1
Do/While infinitely loops issue c#
I am automating interaction with a website where the user will have to refresh the pages n times manually (sometimes 3 or 5 or even longer) so that the buttons appear on the web page. To overcome this...
hm9
Votes: 0
Answers: 1