FindVisibleElementByNameAsync

Parent Previous Next

FindVisibleElementByNameAsync

Description: the method searches for a visually displayed element with a wait in seconds and returns a logical result true or false

Syntax: FindVisibleElementByNameAsync(string name, int index, int sec)

Return value: bool (true or false)


Example:

bool result = await tester.FindVisibleElementByNameAsync("MyElement", 0, 5);

Created with the Personal Edition of HelpNDoc: What is a Help Authoring tool?