ITMSFNCCustomWebBrowserEdge Interface
Provides access to Edge-specific browser capabilities including DevTools protocol and download control.
API unit family: TMSFNCWebBrowser
Extends: IInterface
Syntax
ITMSFNCCustomWebBrowserEdge = interface(IInterface)
Methods
| Name | Description |
|---|---|
| CallDevToolsProtocolMethod | Invokes a Chrome DevTools Protocol method with JSON-encoded parameters. |
| CancelDownload | Cancels an in-progress download. |
| DisableDevToolDomain | Disables a previously enabled DevTools protocol domain. |
| EnableDevToolDomain | Enables a DevTools protocol domain and optionally passes initialization parameters as JSON. |
| PauseDownload | Pauses an in-progress download. |
| ResumeDownload | Resumes a previously paused download. |
| SetupStartDomains | Configures the default set of DevTools protocol domains enabled at browser startup. |
| SubscribeDevtools | Subscribes to a Chrome DevTools Protocol event by name. |