Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 566 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (14 loc) · 566 Bytes

Contributing to UIAutomatorWD

We love pull requests from everyone.

Link Global To Local

$ cd path/to/macaca-android
$ npm link path/to/UIAutomatorWD
# now project UIAutomatorWD is linked to macaca-android

Run with Android Studio

Restful Sample

$ adb forward tcp:9001 tcp:9001
$ curl -l -H "Content-type: application/json" -X POST -d '{"value": "//*[@resource-id=\"android:id/tabs\"]/android.widget.LinearLayout[2]/android.widget.ImageView[1]","using":"xpath"}' http://localhost:9001/wd/hub/session/xxxxxxxx/element/1/click