SetHtmlAsync
Description: the method inserts html into the element
Syntax: SetHtmlAsync(string html);
Return value: no return value
Example:
await element.SetHtmlAsync("<div>Это тест</div>");
Created with the Personal Edition of HelpNDoc: Easily create EBooks