Using Playwright with MS Visual Studio, NUnit, and C# for a language switch feature, the interaction may not be possible via Test Automation (TA) #1582
ShenayChalashkan
started this conversation in
General
Replies: 1 comment
-
Yeah, I think this issue is more related to Playwright. Have you tried building the project first? Don't just use dev mode. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a problem with trying to implement a TA test case. I use Playwright with MS Visual Studio, NUnit, and C#. My test is:
the click here doesn't occur:
await _page.Locator("option[value='de']").ClickAsync();
I also tried the lines below without success. Could you please help me understand what I might be doing wrong?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions