WebBrowserExtensionsExecuteScriptAsync Method |
Name | Description | |
---|---|---|
ExecuteScriptAsync(IWebBrowser, String) |
Execute some 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.
| |
ExecuteScriptAsync(IWebBrowser, String, Object) |
Execute some 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)
|