ITMSFNCCustomWebBrowserEdge.CallDevToolsProtocolMethod Method
Invokes a Chrome DevTools Protocol method with JSON-encoded parameters.
API unit family: TMSFNCWebBrowser
Declaring type: ITMSFNCCustomWebBrowserEdge
Syntax
procedure CallDevToolsProtocolMethod(AMethodName: string; AParametersAsJSON: string);
Parameters
| Name | Description |
|---|---|
AMethodName |
Fully qualified DevTools protocol method name. |
AParametersAsJSON |
JSON object string containing the method parameters. |