GetHtmlFromElementByNameAsync
Description: the method returns the html representation of the object in a string expression
Syntax: GetHtmlFromElementByNameAsync(string name, int index)
Return value: string
Example:
string html = await tester.GetHtmlFromElementByNameAsync("field", 0);
Created with the Personal Edition of HelpNDoc: iPhone web sites made easy