TouchActions MembersWebDriver

The TouchActions type exposes the following members.
Constructors

  NameDescription
Public methodTouchActions
Initializes a new instance of the TouchActions class.
Back to Top
Methods

  NameDescription
Protected methodAddAction
Adds an action to current list of actions to be performed.
(Inherited from Actions.)
Public methodBuild
Builds the sequence of actions.
(Inherited from Actions.)
Public methodClick 
Clicks the mouse at the last known mouse coordinates.
(Inherited from Actions.)
Public methodClick(IWebElement)
Clicks the mouse on the specified element.
(Inherited from Actions.)
Public methodClickAndHold 
Clicks and holds the mouse button at the last known mouse coordinates.
(Inherited from Actions.)
Public methodClickAndHold(IWebElement)
Clicks and holds the mouse button down on the specified element.
(Inherited from Actions.)
Public methodContextClick 
Right-clicks the mouse at the last known mouse coordinates.
(Inherited from Actions.)
Public methodContextClick(IWebElement)
Right-clicks the mouse on the specified element.
(Inherited from Actions.)
Public methodDoubleClick 
Double-clicks the mouse at the last known mouse coordinates.
(Inherited from Actions.)
Public methodDoubleClick(IWebElement)
Double-clicks the mouse on the specified element.
(Inherited from Actions.)
Public methodDoubleTap
Double-taps the touch screen on the specified element.
Public methodDown
Presses down at the specified location on the screen.
Public methodDragAndDrop
Performs a drag-and-drop operation from one element to another.
(Inherited from Actions.)
Public methodDragAndDropToOffset
Performs a drag-and-drop operation on one element to a specified offset.
(Inherited from Actions.)
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)
Flicks the current view.
Public methodFlick(IWebElement, Int32, Int32, Int32)
Flicks 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 methodKeyDown(String)
Sends a modifier key down message to the browser.
(Inherited from Actions.)
Public methodKeyDown(IWebElement, String)
Sends a modifier key down message to the specified element in the browser.
(Inherited from Actions.)
Public methodKeyUp(String)
Sends a modifier key up message to the browser.
(Inherited from Actions.)
Public methodKeyUp(IWebElement, String)
Sends a modifier up down message to the specified element in the browser.
(Inherited from Actions.)
Public methodLongPress
Presses and holds on the touch screen on the specified element.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodMove
Moves to the specified location on the screen.
Public methodMoveByOffset
Moves the mouse to the specified offset of the last known mouse coordinates.
(Inherited from Actions.)
Public methodMoveToElement(IWebElement)
Moves the mouse to the specified element.
(Inherited from Actions.)
Public methodMoveToElement(IWebElement, Int32, Int32)
Moves the mouse to the specified offset of the top-left corner of the specified element.
(Inherited from Actions.)
Public methodPerform
Performs the currently built action.
(Inherited from Actions.)
Public methodRelease 
Releases the mouse button at the last known mouse coordinates.
(Inherited from Actions.)
Public methodRelease(IWebElement)
Releases the mouse button on the specified element.
(Inherited from Actions.)
Public methodScroll(Int32, Int32)
Scrolls the touch screen to the specified offset.
Public methodScroll(IWebElement, Int32, Int32)
Scrolls the touch screen beginning at the specified element.
Public methodSendKeys(String)
Sends a sequence of keystrokes to the browser.
(Inherited from Actions.)
Public methodSendKeys(IWebElement, String)
Sends a sequence of keystrokes to the specified element in the browser.
(Inherited from Actions.)
Public methodSingleTap
Taps the touch screen on the specified element.
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Public methodUp
Releases a press at the specified location on the screen.
Back to Top
See Also