BrowserWaitForFrame Method (FrameInfo)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Wait for a frame to exist. Uses the Settings.ClientReadyTimeout as the timeout

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

public Browser WaitForFrame(
	FrameInfo frameInfo
)

Parameters

frameInfo
Type: ArtOfTest.WebAii.CoreFrameInfo
The FrameInfo structure containing the frame details (id or name or src). Index is not needed.

Return Value

Type: Browser
The Browser object representing the frame, else will throw an exception.
See Also

Reference