FindVisibleElementByIdAsync

Parent Previous Next

FindVisibleElementByIdAsync

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

Syntax: FindVisibleElementByIdAsync(string id, int sec)

Return value: bool (true or false)


Example:

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

Created with the Personal Edition of HelpNDoc: Easily create EPub books