SetHtmlInElementByClassAsync
Description: the method inserts the html representation of the object into the specified element
Syntax: SetHtmlInElementByClassAsync(string _class, int index, string html)
Return value: no return value
Example:
await tester.SetHtmlInElementByClassAsync("text-field", 0, "<h1>text</h1>");
Created with the Personal Edition of HelpNDoc: Free Qt Help documentation generator