ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Actions.WaitForElement(chainedParams, waitTimeout) method
Namespaces > ArtOfTest.WebAii.Core > Actions > WaitForElement(FindParam[](), Int32)
Wait until an element is present in the DOM
Syntax
C#
public virtual void WaitForElement (
	FindParam[] chainedParams,
	int waitTimeout
)
Parameters
chainedParams (FindParam[]())
The chained element FindParams.
waitTimeout (Int32)
The timeout to wait for the element to be present.

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