ITouchScreen MembersWebDriver

The ITouchScreen type exposes the following members.
Methods

  NameDescription
Public methodDoubleTap
Allows the execution of double tap on the screen, analogous to click using a Mouse.
Public methodDown
Allows the execution of the gesture 'down' on the screen. It is typically the first of a sequence of touch gestures.
Public methodFlick(Int32, Int32)
Creates a flick gesture for the current view.
Public methodFlick(ICoordinates, Int32, Int32, Int32)
Creates a flick gesture for the current view starting at a specific location.
Public methodLongPress
Allows the execution of a long press gesture on the screen.
Public methodMove
Allows the execution of the gesture 'move' on the screen.
Public methodScroll(Int32, Int32)
Creates a scroll gesture for a particular x and y offset.
Public methodScroll(ICoordinates, Int32, Int32)
Creates a scroll gesture that starts on a particular screen location.
Public methodSingleTap
Allows the execution of single tap on the screen, analogous to click using a Mouse.
Public methodUp
Allows the execution of the gesture 'up' on the screen. It is typically the last of a sequence of touch gestures.
Back to Top
See Also