All Questions
Tagged with selenium-webdriver c#
2 questions from the last 7 days
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 ...
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 ...