Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/licanhua/winappdriver-launcher
Script to launch WinAppDriver or YWinAppDriver from node
https://github.com/licanhua/winappdriver-launcher
launcher winappdriver
Last synced: 14 days ago
JSON representation
Script to launch WinAppDriver or YWinAppDriver from node
- Host: GitHub
- URL: https://github.com/licanhua/winappdriver-launcher
- Owner: licanhua
- Created: 2020-11-29T05:11:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-07T05:18:23.000Z (about 4 years ago)
- Last Synced: 2024-11-20T21:17:41.060Z (about 1 month ago)
- Topics: launcher, winappdriver
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![NPM](https://nodei.co/npm/winappdriver.png)](https://npmjs.org/package/winappdriver)
# WinAppDriver
This is the WinAppDriver and YWinAppDriver launcher. You don't need to remember the full path of WinAppDriver and YWinAppDriver, but launch it easily by `npx winappdriver` or `npx ywinappdriver`[Microsoft WinAppDriver](https://github.com/Microsoft/WinAppDriver) is a service to support Selenium-like UI Test Automation on Windows Applications.
[YWinAppDriver](https://github.com/licanhua/YWinAppDriver) is an open source project which implemented WinAppDriver's functionality, and is developed by Canhua Li
# Installation
npm install winappdriver --save-dev# How to launch WinAppDriver
```
npx winappdriver
npx winappdriver 4727
npx winappdriver 10.0.0.10 4725
npx winappdriver 10.0.0.10 4723/wd/hub
```
# How to launch YWinAppDriver
```
npx ywinappdriver
npx ywinappdriver --urls http://127.0.0.1:4723 --basepath /wd/hub
```