BrowserContentWindow Property

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Gets the container window of the browser that contains the actual content of the page. (Excludes the browser toolbars, buttons ...etc.)

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

public virtual Window ContentWindow { get; }

Property Value

Type: Window
Remarks

For Firefox 4, the ContentWindow returns the same Window as the Window property. Firefox 4 does not have separate Win32 windows for its chrome and its content.
See Also

Reference