| Overload | Description |
|---|---|
| SwipeBetween(Int32,Int32,Int32,Int32) | Performs a swipe between two points. Both points must be in a view, and the coordinates must be relative to the top of a view. |
| SwipeBetween(Int32,Int32,HtmlElement) | Performs a swipe from a point to the HtmlElement. Both of them must be in a view, and the coordinates of a point must be relative to the top of a view. |
| SwipeBetween(HtmlElement,Int32,Int32) | Performs a swipe from the HtmlElement to the point. Both of them must be in a view, and the coordinates of a point must be relative to the top of a view. |