uiautomatorwd
Advanced tools
Comparing version 1.0.28 to 1.0.29
@@ -14,1 +14,8 @@ # Contributing to UIAutomatorWD | ||
## Run with Android Studio | ||
## Restful Sample | ||
``` shell | ||
$ 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 | ||
``` |
{ | ||
"name": "uiautomatorwd", | ||
"version": "1.0.28", | ||
"version": "1.0.29", | ||
"description": "Node.js wrapper for UIAutomator2", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
226929