Skip to main content

All Questions

Tagged with
1 vote
2 answers
59 views

How do I get element value with GetAttributeAsync in Playwright

I am converting a old Selenium/C# test suite to Playwright/C# and it is going very well apart from one little issue, which is.... In the Selenium suite this code correctly returns the value from a ...
Kev's user avatar
  • 412
0 votes
1 answer
29 views

How to locate popup via Selenium

I am trying to programmatically download a file from a webpage. I can navigate to the page and click the 'Download' button, but that button opens a new window to set the download location and click ...
TS-'s user avatar
  • 376