[]
Sets the HTML markup to the page.
public void SetContent(string html, PageLoadStates waitUntil = PageLoadStates.Load)
Public Sub SetContent(html As String, Optional waitUntil As PageLoadStates = PageLoadStates.Load)
Type | Name | Description |
---|---|---|
string | html | HTML markup to assign to the page. |
PageLoadStates | waitUntil | When to consider navigation succeeded. |