Intercept Electron App
intercept_electronLaunch Electron applications while intercepting their HTTP(S) traffic for debugging and inspection purposes.
Instructions
Launch an Electron application with all its HTTP(S) traffic intercepted. Use get_interceptor_metadata with id "electron" to list available Electron apps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proxyPort | Yes | Proxy port to route traffic through | |
| pathToApplication | Yes | Path to the Electron application to launch |