Table of contents
Introduction:
WinAppDriver (Windows Application Driver) is an open-source UI automation service developed by Microsoft. This is what we use specifically for automating Windows applications. Appium is a Python library that we use for mobile and web application automation for multiple platforms.
💡
In Appium, we use this most of the time.
How to install this?
Visit the official GitHub repository for WinAppDriver and download it as needed.
Install this.
After installing this, open or start the server. Without starting the server, we can't run the Appium automation code.
After double-clicking, one command panel will open, and then the server will start.