BrowserFrameElement Property

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Gets the Element object for the frame element represented by this Browser object, if this Browser represents a frame. If this Browser does not represent a frame, FrameElement is null.

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

public Element FrameElement { get; }

Property Value

Type: Element
See Also

Reference