Skip to content

Script to launch WinAppDriver or YWinAppDriver from node

Notifications You must be signed in to change notification settings

licanhua/winappdriver-launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NPM

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 is a service to support Selenium-like UI Test Automation on Windows Applications.

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

About

Script to launch WinAppDriver or YWinAppDriver from node

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published