Get rid of contractions (#9879)
This commit is contained in:

committed by
GitHub

parent
4669efef74
commit
6dbd66054a
@@ -14,7 +14,7 @@
|
||||
|
||||
- Send a single tap to an Android device:
|
||||
|
||||
`input tap {{x_pos}} {{y_pos}}`
|
||||
`input tap {{x_position}} {{y_position}}`
|
||||
|
||||
- Send a swipe gesture to an Android device:
|
||||
|
||||
@@ -22,4 +22,4 @@
|
||||
|
||||
- Send a long press to an Android device using a swipe gesture:
|
||||
|
||||
`input swipe {{x_pos}} {{y_pos}} {{x_pos}} {{y_pos}} {{duration_in_ms}}`
|
||||
`input swipe {{x_position}} {{y_position}} {{x_position}} {{y_position}} {{duration_in_ms}}`
|
||||
|
Reference in New Issue
Block a user