GetHtmlFromElementByTagAsync
Description: the method returns the html representation of the object in a string expression
Syntax: GetHtmlFromElementByTagAsync(string tag, int index)
Return value: string
Example:
string html = await tester.GetHtmlFromElementByTagAsync("h1", 0);
Created with the Personal Edition of HelpNDoc: News and information about help authoring tools and software