WebDriver ActionsΒΆ
WebDriver ActionsObject.ClickAndHold |
Clicks and holds the mouse button at the last known mouse coordinates. |
WebDriver ActionsObject.ClickAndHold |
Clicks and holds the mouse button at the last known mouse coordinates. |
WebDriver ActionsObject.ContextClick |
Right-clicks the mouse on the specified element. |
WebDriver ActionsObject.ContextClick |
Right-clicks the mouse on the specified element. |
WebDriver ActionsObject.Up |
Up |
WebDriver ActionsObject.SingleTap |
SingleTap |
WebDriver ActionsObject.Scroll |
Scroll |
WebDriver ActionsObject.Scroll |
Scroll |
WebDriver ActionsObject.Move |
Move |
WebDriver ActionsObject.LongPress |
Presses and holds on the touch screen on the specified element. |
WebDriver ActionsObject.Flick |
Flicks the current view starting at a specific location. |
WebDriver ActionsObject.Flick |
Flicks the current view starting at a specific location. |
WebDriver ActionsObject.Down |
Presses down at the specified location on the screen. |
WebDriver ActionsObject.DoubleTap |
Double-taps the touch screen on the specified element. |
WebDriver ActionsObject.SendKeys |
SendKeys |
WebDriver ActionsObject.SendKeys |
SendKeys |
WebDriver ActionsObject.Release |
Release |
WebDriver ActionsObject.Release |
Release |
WebDriver ActionsObject.MoveToElement |
MoveToElement |
WebDriver ActionsObject.MoveToElement |
MoveToElement |
WebDriver ActionsObject.MoveByOffset |
MoveByOffset |
WebDriver ActionsObject.KeyUp |
Sends a modifier up down message to the specified element in the browser. |
WebDriver ActionsObject.KeyUp |
Sends a modifier up down message to the specified element in the browser. |
WebDriver ActionsObject.KeyDown |
Sends a modifier key down message to the specified element in the browser. |
WebDriver ActionsObject.KeyDown |
Sends a modifier key down message to the specified element in the browser. |
WebDriver ActionsObject.DragAndDropToOffset |
Performs a drag-and-drop operation on one element to a specified offset. |
WebDriver ActionsObject.DragAndDrop |
Performs a drag-and-drop operation from one element to another. |
WebDriver ActionsObject.DoubleClick |
Double-clicks the mouse on the specified element. |
WebDriver ActionsObject.DoubleClick |
Double-clicks the mouse on the specified element. |
WebDriver ActionsObject.Click |
Clicks the mouse at the last known mouse coordinates. |
WebDriver ActionsObject.Click |
Clicks the mouse at the last known mouse coordinates. |