slide
Mimic the action of a finger sliding across the screen.
Name | Description | Type | Modifier |
---|---|---|---|
x1 | Horizontal position of starting point (units: pixels, relative to left edge of display). | String | None |
y1 | Vertical position of starting point (units: pixels, relative to top edge of display). | String | None |
x2 | Horizontal position of end point (units: pixels, relative to left edge of display). | String | None |
y2 | Vertical position of end point (units: pixels, relative to top edge of display). | String | None |
slide duration | (Optional) Duration of the finger slide (units: milliseconds; valid range: 500 to 60000). Default Value: 500 | String | None |
None
This action may be used within the following project items: test modules and user-defined actions.
x1 y1 x2 y2 slide duration
slide 80 520 360 470 600
- This action supports the <ignore> modifier. If the string
<ignore>
is present as the value of any of the arguments, or any argument contains an expression that evaluates to<ignore>
, the action is skipped during execution.