WebBrowserExtensionsExecuteScriptAsync Method |
Name | Description | |
---|---|---|
ExecuteScriptAsync(IBrowser, String) |
Execute Javascript in the context of this Browser Main Frame. As the method name implies, the script will be executed
asynchronously, and the method therefore returns before the script has actually been executed.
| |
ExecuteScriptAsync(IChromiumWebBrowserBase, String) |
Execute Javascript in the context of this Browsers Main Frame. As the method name implies, the script will be executed
asynchronously, and the method therefore returns before the script has actually been executed.
| |
ExecuteScriptAsync(IBrowser, String, Object) |
Execute Javascript code in the context of this WebBrowser. As the method name implies, the script will be executed
asynchronously, and the method therefore returns before the script has actually been executed. This simple helper extension
will encapsulate params in single quotes (unless int, uint, etc)
| |
ExecuteScriptAsync(IChromiumWebBrowserBase, String, Object) |
Execute Javascript code in the context of this Browser. As the method name implies, the script will be executed
asynchronously, and the method therefore returns before the script has actually been executed. This simple helper extension
will encapsulate params in single quotes (unless int, uint, etc)
|