GetTextFromElementByNameAsync
Description: the method returns the text from the specified element
Syntax: GetTextFromElementByNameAsync(string name, int index)
Return value: string
Example:
string text = await tester.GetTextFromElementByNameAsync("MyElement", 0);
Created with the Personal Edition of HelpNDoc: Easily create Qt Help files