The TouchActions type exposes the following members.
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | TouchActions |
Initializes a new instance of the TouchActions class.
|
Methods
Name | Description | |
---|---|---|
![]() | AddAction |
Adds an action to current list of actions to be performed.
(Inherited from Actions.) |
![]() | Build |
Builds the sequence of actions.
(Inherited from Actions.) |
![]() | Click |
Clicks the mouse at the last known mouse coordinates.
(Inherited from Actions.) |
![]() | Click(IWebElement) |
Clicks the mouse on the specified element.
(Inherited from Actions.) |
![]() | ClickAndHold |
Clicks and holds the mouse button at the last known mouse coordinates.
(Inherited from Actions.) |
![]() | ClickAndHold(IWebElement) |
Clicks and holds the mouse button down on the specified element.
(Inherited from Actions.) |
![]() | ContextClick |
Right-clicks the mouse at the last known mouse coordinates.
(Inherited from Actions.) |
![]() | ContextClick(IWebElement) |
Right-clicks the mouse on the specified element.
(Inherited from Actions.) |
![]() | DoubleClick |
Double-clicks the mouse at the last known mouse coordinates.
(Inherited from Actions.) |
![]() | DoubleClick(IWebElement) |
Double-clicks the mouse on the specified element.
(Inherited from Actions.) |
![]() | DoubleTap |
Double-taps the touch screen on the specified element.
|
![]() | Down |
Presses down at the specified location on the screen.
|
![]() | DragAndDrop |
Performs a drag-and-drop operation from one element to another.
(Inherited from Actions.) |
![]() | DragAndDropToOffset |
Performs a drag-and-drop operation on one element to a specified offset.
(Inherited from Actions.) |
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | Flick(Int32, Int32) |
Flicks the current view.
|
![]() | Flick(IWebElement, Int32, Int32, Int32) |
Flicks the current view starting at a specific location.
|
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | KeyDown(String) |
Sends a modifier key down message to the browser.
(Inherited from Actions.) |
![]() | KeyDown(IWebElement, String) |
Sends a modifier key down message to the specified element in the browser.
(Inherited from Actions.) |
![]() | KeyUp(String) |
Sends a modifier key up message to the browser.
(Inherited from Actions.) |
![]() | KeyUp(IWebElement, String) |
Sends a modifier up down message to the specified element in the browser.
(Inherited from Actions.) |
![]() | LongPress |
Presses and holds on the touch screen on the specified element.
|
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | Move |
Moves to the specified location on the screen.
|
![]() | MoveByOffset |
Moves the mouse to the specified offset of the last known mouse coordinates.
(Inherited from Actions.) |
![]() | MoveToElement(IWebElement) |
Moves the mouse to the specified element.
(Inherited from Actions.) |
![]() | MoveToElement(IWebElement, Int32, Int32) |
Moves the mouse to the specified offset of the top-left corner of the specified element.
(Inherited from Actions.) |
![]() | Perform |
Performs the currently built action.
(Inherited from Actions.) |
![]() | Release |
Releases the mouse button at the last known mouse coordinates.
(Inherited from Actions.) |
![]() | Release(IWebElement) |
Releases the mouse button on the specified element.
(Inherited from Actions.) |
![]() | Scroll(Int32, Int32) |
Scrolls the touch screen to the specified offset.
|
![]() | Scroll(IWebElement, Int32, Int32) |
Scrolls the touch screen beginning at the specified element.
|
![]() | SendKeys(String) |
Sends a sequence of keystrokes to the browser.
(Inherited from Actions.) |
![]() | SendKeys(IWebElement, String) |
Sends a sequence of keystrokes to the specified element in the browser.
(Inherited from Actions.) |
![]() | SingleTap |
Taps the touch screen on the specified element.
|
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
![]() | Up |
Releases a press at the specified location on the screen.
|
See Also