ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Actions.WaitForElements(waitTimeout, invertCondition, paramsList) method
Namespaces > ArtOfTest.WebAii.Core > Actions > WaitForElements(Int32, Boolean, FindParam[]())
Wait until all elements have been found. No chaining is used.
Syntax
C#
public virtual void WaitForElements (
	int waitTimeout,
	bool invertCondition,
	params FindParam[] paramsList
)
Parameters
waitTimeout (Int32)
The timeout to wait for all to be found in milli-seconds.
invertCondition (Boolean)
True/False whether to invert the condition defined by the FindParam.
paramsList (FindParam[]())
The find parameters list of the elements to wait for.

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