UserInteraction
Class
Definition
Namespace:ArtOfTest.WebAii.DesktopAutomation
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class UserInteraction
Inheritance: objectUserInteraction
Methods
C#
public void Click()
C#
public void Click(MouseClickType clickType, int x, int y, OffsetReference reference, ActionPointUnitType unitType, Keys modifierKeys)
C#
public void Click(MouseClickType clickType, int x, int y, OffsetReference reference, ActionPointUnitType unitType)
C#
public void Click(MouseClickType clickType, int x, int y, OffsetReference reference)
C#
public void Click(MouseClickType clickType, Point offsetPoint, OffsetReference reference)
C#
public void Click(MouseClickType clickType, Point offsetPoint)
C#
public void ClickPoint(MouseClickType clickType, Point absolutePoint)
C#
public void DragTo(int x, int y, int xOffset, int yOffset, OffsetReference offsetRef)
C#
public void DragTo(int startOffsetX, int startOffsetY, OffsetReference startOffsetReference, ActionPointUnitType startUnitType, DesktopElement dropTarget, int endOffsetX, int endOffsetY, OffsetReference endOffsetReference, ActionPointUnitType endUnitType, bool skipValidateDropLocation)
C#
public void DragTo(int startOffsetX, int startOffsetY, OffsetReference startOffsetReference, DesktopElement dropTarget, int endOffsetX, int endOffsetY, OffsetReference endOffsetReference)
C#
public void HoverOver()
C#
public void HoverOver(int x, int y, OffsetReference reference, ActionPointUnitType unitType)
C#
public void HoverOver(int x, int y, OffsetReference reference)
C#
public void TurnMouseWheel(int delta, MouseWheelTurnDirection direction, bool clickFirst)