RemoteTouchScreen MethodsWebDriver
The RemoteTouchScreen 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 methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
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 methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodLongPress
Allows the execution of a long press gesture on the screen.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
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 methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
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