GetHtmlFromElementByClassAsync
Description: the method returns the html representation of the object in a string expression
Syntax: GetHtmlFromElementByClassAsync(string _class, int index)
Return value: string
Example:
string html = await tester.GetHtmlFromElementByClassAsync("text-field", 0);
Created with the Personal Edition of HelpNDoc: Full-featured EPub generator