Runs an asynchronous DevToolsProtocol method.
Syntax
object.
CallDevToolsProtocolMethod(MethodName As String, ParamsAsJSON As
String)
The CallDevToolsProtocolMethod method syntax has these parts:
| Element | Description |
| Object | The object placeholder represents an OrdoWebView2 control |
| MethodName | String, the full name of the method |
| ParamsAsJSON | String, a JSON formatted string containing the parameters for the corresponding method |
Remarks