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

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