GetTextFromElementByIdAsync
Description: the method returns the text from the specified element
Syntax: GetTextFromElementByIdAsync(string id)
Return value: string
Example:
string text = await tester.GetTextFromElementByIdAsync("MyElement");
Created with the Personal Edition of HelpNDoc: Free Web Help generator