BrowserWaitForFrame Method (FrameInfo, Int32)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Wait for a frame to exist.

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,
	int timeout
)

Parameters

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

Return Value

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

Reference