Wait until all elements have been found. No chaining is used.
Syntax| C# |
public virtual void WaitForElements ( int waitTimeout, TestRegion region, bool invertCondition, params FindParam[] paramsList )
Parameters- waitTimeout (Int32)
- The timeout to wait for all to be found in milli-seconds.
- region (TestRegion)
- Test region to use a reference.
- 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)
