Click or drag to resize

WebBrowserExtensions.EvaluateScriptAsync Method

Version 103.0.120
Overload List
  NameDescription
Public methodStatic memberEvaluateScriptAsync(IChromiumWebBrowserBase, String,Object[])
Evaluate some Javascript code in the context of this WebBrowser. The script will be executed asynchronously and the method returns a Task encapsulating the response from the Javascript This simple helper extension will encapsulate params in single quotes (unless int, uint, etc)
Public methodStatic memberEvaluateScriptAsync(IBrowser, String, Nullable<TimeSpan>, Boolean)
Evaluate some Javascript code in the context of the MainFrame of the ChromiumWebBrowser. The script will be executed asynchronously and the method returns a Task encapsulating the response from the Javascript
Public methodStatic memberEvaluateScriptAsync(IChromiumWebBrowserBase, Nullable<TimeSpan>, String,Object[])
Evaluate Javascript code in the context of this WebBrowser using the specified timeout. The script will be executed asynchronously and the method returns a Task encapsulating the response from the Javascript This simple helper extension will encapsulate params in single quotes (unless int, uint, etc).
Public methodStatic memberEvaluateScriptAsync(IChromiumWebBrowserBase, String, Nullable<TimeSpan>, Boolean)
Evaluate Javascript in the context of this Browsers Main Frame. The script will be executed asynchronously and the method returns a Task encapsulating the response from the Javascript
Top
See Also