FindVisibleElementByClassAsync
Description: the method searches for a visually displayed element with a wait in seconds and returns a logical result true or false
Syntax: FindVisibleElementByClassAsync(string _class, int index, int sec)
Return value: bool (true or false)
Example:
bool result = await tester.FindVisibleElementByClassAsync("my-element", 0, 5);
Created with the Personal Edition of HelpNDoc: Full-featured multi-format Help generator