Click or drag to resize

WebBrowserExtensions.EvaluateScriptAsync Method

Version 73.1.130
Overload List
  NameDescription
Public methodStatic memberEvaluateScriptAsync(IWebBrowser, String, Nullable<TimeSpan>)
Public methodStatic memberEvaluateScriptAsync(IWebBrowser, 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(IWebBrowser, Nullable<TimeSpan>, String,Object[])
Evaluate some 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).
Top
See Also