WaitNotVisibleElementByClassAsync
Description: the method temporarily stops the test execution for the specified number of seconds and waits for the requested element to stop being displayed
Syntax: WaitNotVisibleElementByClassAsync(string _class, int index, int sec)
Return value: no return value
Example:
await tester.WaitNotVisibleElementByClassAsync("my-element", 0, 25);
Created with the Personal Edition of HelpNDoc: Create cross-platform Qt Help files