python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Playwright - Locator for routerlink
there is a button in the page with the sintax below
<div _ngcontent-cnw-c181="" class="col text-center ng-star-inserted">
<p _ngcontent-cnw-c181="" class="t...
Onixy
Votes: 0
Answers: 1
How to click a "type=submit" button in Playright
I tried any possible way to click a "type=submit" button in a form, but it doesn't click the button, the only way is by using "text = ' Register '" but I can't use the text because...
Onixy
Votes: 0
Answers: 3
Microsoft Playwright for .NET NUnit, cant launch tests in headed mode
Im starting to use Playwright to automate my tests for a Blazor WebAssembly application, i created a new NUnit Test project and following the docs on playwright.dev i installed:
dotnet add package Mi...
Ivan Ambla
Votes: 0
Answers: 5
System.TimeoutException : Timeout 30000ms exceeded Playwright with .net 5 core application
Is there any global setting for the .net application to overwrite the default configuration of the playwright? On the playwright documentation for node.js, it has documentation, however for the .net a...
San Jaisy
Votes: 0
Answers: 1