Click or drag to resize

WebBrowserExtensionsExecuteScriptAsync Method

Version 130.1.90
Overload List
 NameDescription
Public Extension MethodExecuteScriptAsync(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.
Public Extension MethodExecuteScriptAsync(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.
Public Extension MethodExecuteScriptAsync(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)
Public Extension MethodExecuteScriptAsync(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)
Top
See Also