WaitNotVisibleAsync

Parent Previous Next

WaitNotVisible

Description: the method waits for the specified number of seconds until the element is no longer displayed

Syntax: WaitNotVisibleAsync(int sec)

Return value: no return value


Example:

await element.WaitNotVisibleAsync(2);

Created with the Personal Edition of HelpNDoc: Free Web Help generator