GetHtmlFromElementByIdAsync
Description: the method returns the html representation of the object in a string expression
Syntax: GetHtmlFromElementByIdAsync(string id)
Return value: string
Example:
string html = await tester.GetHtmlFromElementByIdAsync("login");
Created with the Personal Edition of HelpNDoc: Produce electronic books easily