WaitAsync
Description: the method temporarily stops the test execution for the specified number of seconds
Syntax: WaitAsync(int sec)
Return value: no return value
Example:
await tester.WaitAsync(5);
Created with the Personal Edition of HelpNDoc: Free Qt Help documentation generator