BrowserContainsRectangle Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
True/False whether a specific rectangle falls within this browser/frame rendering region

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

public virtual bool ContainsRectangle(
	Rectangle rectangle
)

Parameters

rectangle
Type: System.DrawingRectangle
The rectangle to check.

Return Value

Type: Boolean
True/False whether the rectangle is within the browser window.
See Also

Reference