FindElementByNameAsync
Description: the method searches for an element in the DOM with a wait in seconds and returns a logical result true or false
Syntax: FindElementByNameAsync(string name, int index, int sec)
Return value: bool (true or false)
Example:
bool result = await tester.FindElementByNameAsync("MyElement", 0, 5);
Created with the Personal Edition of HelpNDoc: News and information about help authoring tools and software