WaitNotVisibleElementByIdAsync

Parent Previous Next

WaitNotVisibleElementByIdAsync

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: WaitNotVisibleElementByIdAsync(string id, int sec)

Return value: no return value


Example:

await tester.WaitNotVisibleElementByIdAsync("MyElement", 25);

Created with the Personal Edition of HelpNDoc: Benefits of a Help Authoring Tool