https://github.com/react-native-windows/winappdriverinstaller
Install Windows Application Driver on agent
https://github.com/react-native-windows/winappdriverinstaller
automation azure-devops-extension installer task ui winappdriver
Last synced: 11 months ago
JSON representation
Install Windows Application Driver on agent
- Host: GitHub
- URL: https://github.com/react-native-windows/winappdriverinstaller
- Owner: react-native-windows
- License: mit
- Created: 2019-10-03T17:49:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-08T01:38:18.000Z (over 6 years ago)
- Last Synced: 2025-01-16T07:33:41.107Z (about 1 year ago)
- Topics: automation, azure-devops-extension, installer, task, ui, winappdriver
- Language: TypeScript
- Homepage:
- Size: 63.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# Azure Pipeline Task: WinAppDriver Installer
## Overview
[Windows Application Driver](https://github.com/microsoft/WinAppDriver) (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](https://github.com/Microsoft/WinAppDriver/releases), and this task helps you to install different version of WinAppDriver to agent.
## How to use it
```
- task: WinAppDriverInstaller@0
inputs:
WinAppDriverVersion: 'v1.1.1'
```
Or

## Init, build and create package
`npm run package`
## windows-application-driver-installer in marketplace
[windows-application-driver-installer](https://marketplace.visualstudio.com/items?itemName=licanhua.windows-application-driver-installer)