| Name | Description | |
|---|---|---|
![]() | GetCopyOfTouchEmulationParameters | Returns a copy of TouchEmulationParameters that are being used in the current browser instance. Mind that this is only a copy, and changes to it will not affect anything unless you call SetTouchEmulationParameters |
![]() | SetTouchEmulationParameters | Sets touch emulation parameters of the current browser instance to the value passed in it. |
![]() | SwipeBetween | Overloaded. 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. |
![]() | SwipeIntoView | Swipes into the view of the HtmlElement. |
![]() | SwipeIntoViewUsingAbsoluteCoords | Swipes into the view of a point. Mind that coordinates for this method are relative to the top of a window. Do not call this method using coordinates, relative to the top of a view! |
![]() | Touch | Overloaded. Swipes into the view of the HtmlElement and touches it. |
![]() | TouchCancel | Indicates that touch event must be cancelled. |
![]() | TouchEnd | Indicates that the screen no longer is touched. |
![]() | TouchMove | Indicates the swipe. |
![]() | TouchStart | Indicates that the screen has been touched. |
