WebBrowserExtensionsExEvaluateScriptAsync Method |
Name | Description | |
---|---|---|
EvaluateScriptAsyncT(IBrowser, String, NullableTimeSpan) |
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
| |
EvaluateScriptAsyncT(IChromiumWebBrowserBase, String, NullableTimeSpan) |
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
| |
EvaluateScriptAsyncT(IFrame, String, NullableTimeSpan) |
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.
|