Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 362 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 362 Bytes

Appium Driver Template

Appium Driver Template is a template to create Appium 2.x drivers.

Installation

Install template-driver aka custom-driver (if not installed)

appium driver install --source npm appium-driver-template

Run Appium server with custom or template driver

appium server -pa /wd/hub --use-drivers=<<driver-name>>