IBrowser Interface Methods
For a list of all members of this type, see IBrowser members.
Public Methods
Name | Description | |
---|---|---|
![]() | ExecuteScriptAsync | Executes JavaScript code. |
![]() | GetSource | Gets the source HTML of the current document. |
![]() | HideDevTools | Hides the developer tools interface. |
![]() | LoadHtml | Loads the given HTML. |
![]() | RegisterJSFunction | Registers a function that can be called from JavaScript code. |
![]() | Reload | Reloads the current web page. |
![]() | ShowDevTools | Displays the developer tools interface in a separate window. |
![]() | StopLoad | Stops loading the current web page. |
See Also