ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Actions.WaitForElement(param, waitTimeout, invertCondition) method
Namespaces > ArtOfTest.WebAii.Core > Actions > WaitForElement(FindParam, Int32, Boolean)
Wait until an element is present in the DOM
Syntax
C#
public virtual void WaitForElement (
	FindParam param,
	int waitTimeout,
	bool invertCondition
)
Parameters
param (FindParam)
The FindParam that specifies how to search for the 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)