FrameworkElementValidateMouseLocationIfNeeded Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Validate that the current location of the mouse is inside the browser window.

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

public void ValidateMouseLocationIfNeeded(
	Point point
)

Parameters

point
Type: System.DrawingPoint
The coordinates of the mouse.
Exceptions

ExceptionCondition
InvalidOperationExceptionThrown when the mouse is outside of the browser window.
See Also

Reference