UITestActionExecutor Class

Definition

public ref class UITestActionExecutor abstract
[System.CLSCompliant(true)]
public abstract class UITestActionExecutor
[<System.CLSCompliant(true)>]
type UITestActionExecutor = class
Public MustInherit Class UITestActionExecutor
Inheritance
UITestActionExecutor
Attributes

Constructors

UITestActionExecutor()

Methods

Click(UITechnologyElement, MouseButtons, ModifierKeys, Point)
DoubleClick(UITechnologyElement, MouseButtons, ModifierKeys, Point)
GetControlSupportLevel(UITechnologyElement)
Hover(UITechnologyElement, Point, Int32)
MouseMove(UITechnologyElement, Point)
MoveScrollWheel(UITechnologyElement, Int32, ModifierKeys)
PressModifierKeys(UITechnologyElement, ModifierKeys)
ReleaseKeyboard()
ReleaseModifierKeys(UITechnologyElement, ModifierKeys)
ReleaseMouse()
SendKeys(UITechnologyElement, String, ModifierKeys, Boolean)
StartDragging(UITechnologyElement, MouseButtons, ModifierKeys, Point)
StopDragging(UITechnologyElement, Point, Boolean)

Applies to