WebBrowserExtensions Properties |
The WebBrowserExtensions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | EncodeScriptParam |
Function used to encode the params passed to ExecuteScriptAsync(IWebBrowser, String,Object[]),
EvaluateScriptAsync(IWebBrowser, String,Object[]) and
EvaluateScriptAsync(IWebBrowser, Nullable<TimeSpan> , String,Object[])
Provide your own custom function to perform custom encoding. You can use your choice of JSON encoder here if you should so
choose.
|