@mobilenext/mobilecli 0.0.48 → 0.0.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -157,6 +157,10 @@ mobilecli device reboot --device <device-id>
|
|
|
157
157
|
# Tap at coordinates (x,y)
|
|
158
158
|
mobilecli io tap --device <device-id> 100,200
|
|
159
159
|
|
|
160
|
+
# Long press at coordinates (x,y) with optional duration in milliseconds
|
|
161
|
+
mobilecli io longpress --device <device-id> 100,200
|
|
162
|
+
mobilecli io longpress --device <device-id> 100,200 --duration 2000
|
|
163
|
+
|
|
160
164
|
# Press hardware buttons
|
|
161
165
|
mobilecli io button --device <device-id> HOME
|
|
162
166
|
mobilecli io button --device <device-id> VOLUME_UP
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED