WaitVisibleAsync
Description: the method waits for the element to be displayed for the specified number of seconds
Syntax: WaitVisibleAsync(int sec)
Return value: no return value
Example:
await element.WaitVisibleAsync(2);
Created with the Personal Edition of HelpNDoc: Free help authoring environment