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

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