Questions tagged [winappdriver]

Windows Application Driver is a service to support Selenium-like UI Test Automation on Windows Applications. This service supports testing Universal Windows Platform (UWP) and Classic Windows (Win32) apps on Windows 10 PCs. When using this tag, also include other tags for the specific components you are using, e.g. the programming language you're using like c#, python or java, selenium and selenium-webdriver and maybe specify the controls like xpath

Access the official GitHub with guides and samples.

286 questions
-4
votes
1 answer

I get exception after pressing click() for "FindElementByID"

I get exception after pressing click() for "FindElemebtByID". I get this exception: Error CS1061 'ReadOnlyCollection' does not contain a definition for 'Click' and no accessible extension method 'Click' accepting a first argument of type…
1 2 3
19
20