swipe (Native/Hybrid Apps - Manipulation)
Compatible with:
- Purpose
- Simulates the user swiping the mobile screen up or down/left or right.
- Syntax
- swipe(From(x,y coordinates), To(x,y coordinates))
- Target
- From(x1,y1 coordinates) - Specifies the x1,y1 position (i.e. - 10,20) of the swipe origin,To(x2,y2 coordinates) - Specifies the x2,y2 position (i.e. - 10,40) of the swipe end.
- Value
- N/A
- Return Value
- N/A