SetHtmlInElementByNameAsync

Parent Previous Next

SetHtmlInElementByNameAsync

Description: the method inserts the html representation of the object into the specified element

Syntax: SetHtmlInElementByNameAsync(string name, int index, string html)

Return value: no return value


Example:

await tester.SetHtmlInElementByNameAsync("block", 0,  "<h1>text</h1>");

Created with the Personal Edition of HelpNDoc: Full-featured Help generator