WaitVisibleElementByTagAsync

Parent Previous Next

WaitVisibleElementByTagAsync

Description: the method temporarily stops the test execution for the specified number of seconds and waits for the requested element to be displayed

Syntax: WaitVisibleElementByTagAsync(string tag, int index, int sec)

Return value: no return value


Example:

await tester.WaitVisibleElementByTagAsync("h1", 25);

Created with the Personal Edition of HelpNDoc: Full-featured EBook editor