FindVisibleElementByTagAsync
Description: the method searches for a visually displayed element with a wait in seconds and returns a logical result true or false
Syntax: FindVisibleElementByTagAsync(string tag, int index, int sec)
Return value: bool (true or false)
Example:
bool result = await tester.FindVisibleElementByTagAsync("h1", 0, 5);
Created with the Personal Edition of HelpNDoc: Produce online help for Qt applications