Method uiimageFinder.Wait
Overload
See uiimage.wait.
public uiimage Wait(Seconds timeout, IFArea area)
Parameters
timeout (Seconds)
Timeout, seconds. Can be 0 (infinite), >0 (exception) or <0 (no exception). More info: Wait timeout. |
area (IFArea)
Where to search:
|
Returns
Exceptions
Exception
Exceptions of uiimage.wait, except those of the constructor. |
Remarks
Same as uiimageFinder.Find, except:
- 0 timeout means infinite.
- on timeout throws TimeoutException, not NotFoundException.