Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 779 Bytes

Overview.md

File metadata and controls

17 lines (14 loc) · 779 Bytes

Azure Pipeline Task: WinAppDriver Installer

Overview

Windows Application Driver (WinAppDriver) is a service to support Selenium-like UI Test Automation on Windows Applications. And it's widely used for Windows UI Automation.

WinAppDriver is released on github, and this task helps you to install different version of WinAppDriver to the agent.

How to use it

- task: WinAppDriverInstaller@0
  inputs:
    WinAppDriverVersion: 'v1.1.1'

Or use assist

This is an open source project

source code