Click or drag to resize

WebBrowserExtensionsEx.EvaluateScriptAsync Method

Version 113.3.50
Overload List
  NameDescription
Public methodStatic memberEvaluateScriptAsync<T>(IBrowser, String, Nullable<TimeSpan>)
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<T>(IChromiumWebBrowserBase, String, Nullable<TimeSpan>)
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
Public methodStatic memberEvaluateScriptAsync<T>(IFrame, String, Nullable<TimeSpan>)
Evaluate javascript code in the context of the frame. The script will be executed asynchronously and the method returns a Task that can be awaited to obtain the result.
Top
See Also