simdeck 0.1.2 → 0.1.3
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
|
@@ -158,7 +158,7 @@ simdeck key-combo <udid> --modifiers cmd --key a
|
|
|
158
158
|
simdeck type <udid> "hello"
|
|
159
159
|
simdeck type <udid> --file message.txt
|
|
160
160
|
simdeck button <udid> lock --duration-ms 1000
|
|
161
|
-
simdeck batch <udid> --step "tap --label Continue" --step "type 'hello'"
|
|
161
|
+
simdeck batch <udid> --step "tap --label Continue" --step "type 'hello'" --step "wait-for --label hello"
|
|
162
162
|
simdeck dismiss-keyboard <udid>
|
|
163
163
|
simdeck home <udid>
|
|
164
164
|
simdeck app-switcher <udid>
|
package/build/simdeck-bin
CHANGED
|
Binary file
|