ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Browser.ContainsRectangle(rectangle) method
Namespaces > ArtOfTest.WebAii.Core > Browser > ContainsRectangle(Rectangle)
True/False whether a specific rectangle falls within this browser/frame rendering region
Syntax
C#
public virtual bool ContainsRectangle (
	Rectangle rectangle
)
Parameters
rectangle (Rectangle)
The rectangle to check.
Return Value
True/False whether the rectangle is within the browser window.

Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)