BrowserWaitForElement Method (Int32, String)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Wait for an element to exist. If it exists, return the Element object, else will throw a Timeout Exception.

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

public Element WaitForElement(
	int timeout,
	params string[] findClauses
)

Parameters

timeout
Type: SystemInt32
The timeout to use (msec)
findClauses
Type: SystemString
The Find Expression clauses

Return Value

Type: Element
The fully initialized found Element.
Remarks

This method replaces the Actions.WaitForElement() and supports HtmlFindExpressions
See Also

Reference