UserInteraction Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Inheritance Hierarchy

SystemObject
  ArtOfTest.WebAii.SilverlightUserInteraction

Namespace:  ArtOfTest.WebAii.Silverlight
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public class UserInteraction

The UserInteraction type exposes the following members.

Methods

  NameDescription
Public methodClick
Click this control by moving the mouse to it and click it.
Public methodClick(MouseClickType)
Click this control by moving the mouse to it and click it.
Public methodClick(MouseClickType, Point)
Click this control by moving the mouse to it and click it.
Public methodClick(MouseClickType, Point, OffsetReference)
Click this control by moving the mouse to it and click it.
Public methodClick(MouseClickType, Int32, Int32, OffsetReference)
Click this control by moving the mouse to it and click it.
Public methodClick(MouseClickType, Int32, Int32, OffsetReference, ActionPointUnitType)
Public methodClick(MouseClickType, Int32, Int32, OffsetReference, ActionPointUnitType, Keys)
Click this control by moving the mouse to it and click it.
Public methodClickPoint(Point)
Click an absolute point on the screen.
Public methodClickPoint(MouseClickType, Point)
Click an absolute point on the screen.
Public methodDetectHotSpot(Int32)
Get the hot spot within this element that causes the mouse to change shape.
Public methodDetectHotSpot(Int32, Cursor)
Get the hot spot within this element that causes the mouse to change to the specified cursor
Public methodDragTo(FrameworkElement)
Drag this element from its center to the center of the dropTarget
Public methodDragTo(Int32, Int32)
Drag this element from its center to the x,y offset.
Public methodDragTo(Int32, Int32, Boolean)
Perform a drag to with an auto detection option of the hot spot.
Public methodDragTo(Int32, Int32, Boolean, Cursor, Int32)
Perform a drag to with an auto detection option of the hot spot.
Public methodDragTo(Int32, Int32, Int32, Int32, OffsetReference)
Drag this element from a specified offset
Public methodDragTo(Int32, Int32, Boolean, Cursor, Int32, Boolean)
Perform a drag to with an auto detection option of the hot spot.
Public methodDragTo(Int32, Int32, Int32, Int32, OffsetReference, Boolean)
Drag this element from a specified offset
Public methodDragTo(Int32, Int32, OffsetReference, FrameworkElement, Int32, Int32, OffsetReference)
Drag this element to the dropTarget
Public methodDragTo(Int32, Int32, OffsetReference, ActionPointUnitType, FrameworkElement, Int32, Int32, OffsetReference, ActionPointUnitType, Boolean)
Drag this element to the dropTarget
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHoverOver
Hover over this element.
Public methodHoverOver(Point)
Hover over a specific point relative to the element.
Public methodHoverOver(Int32, Int32, OffsetReference)
Hover over a specific point in this element.
Public methodHoverOver(Int32, Int32, OffsetReference, ActionPointUnitType)
Hover over a specific point in this element.
Public methodKeyDown
Press key down.
Public methodKeyPress
Press a key and hold it down for a specific period of time.
Public methodKeyUp
Press key up.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMouseEnter
Enter this element from a certain direction.
Public methodMouseLeave
Leave this element from a certain direction.
Public methodMouseMove
Move the mouse along the defined path.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTurnMouseWheel
Turn the mouse wheel over over this element.
Public methodTypeText(String, Int32)
Type text as a real user. By default click the element to place the cursor in it.
Public methodTypeText(String, Int32, Boolean)
Type text as a real user.
Public methodTypeText(String, Int32, Int32, Boolean, Boolean)
Type text as a real user.
Top
See Also

Reference