Click or drag to resize

WebBrowserExtensionsExecuteScriptAsync Method

Version 91.1.160
Overload List
  NameDescription
Public methodStatic memberExecuteScriptAsync(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.
Public methodStatic memberExecuteScriptAsync(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)
Top
See Also