ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Actions.WaitForElement(chainedParams, region, waitTimeout, invertCondition) method
Namespaces > ArtOfTest.WebAii.Core > Actions > WaitForElement(FindParam[](), TestRegion, Int32, Boolean)
Wait until an element within a region is present in the DOM.
Syntax
C#
public virtual void WaitForElement (
	FindParam[] chainedParams,
	TestRegion region,
	int waitTimeout,
	bool invertCondition
)
Parameters
chainedParams (FindParam[]())
The chained element FindParams.
region (TestRegion)
The test region to use to identify the target element.
waitTimeout (Int32)
The timeout to wait for the element to be present.
invertCondition (Boolean)
True/False whether to invert the condition defined by the FindParam.

Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)