GetValueFromElementByIdAsync
Description: the method returns the value from the specified element
Syntax: GetValueFromElementByIdAsync(string id)
Return value: string
Example:
string value = await tester.GetValueFromElementByIdAsync("MyElement");
Created with the Personal Edition of HelpNDoc: What is a Help Authoring tool?