Explore WinAppDriver Samples and Tests
masterThe repository provides resources to help you get started with automation:
- Samples: Showcases common commands and operations like opening applications, finding elements, clicking, typing, and reading text. These can be run against built-in Windows 10 apps like Alarms & Clock, Calculator, and Notepad.
- Tests: Used to verify WinAppDriver's own functionality. They cover API endpoints and complex UI elements such as
DatePicker,SplitViewPane, andSlider. These tests demonstrate how to invoke commands in C#. - UI Recorder: A standalone tool that records UI events and generates XPath queries and C# code automatically.