UserInteractionClick Method (MouseClickType, Point)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Click this control by moving the mouse to it and click it.

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

public void Click(
	MouseClickType clickType,
	Point offsetPoint
)

Parameters

clickType
Type: ArtOfTest.WebAii.CoreMouseClickType
The mouse click type to use.
offsetPoint
Type: System.DrawingPoint
The offset point to use from the TopLeft corner of the control
See Also

Reference