list_external_chrome
List running Chrome processes on this machine, showing their CDP debugging ports. Use this to find a target before attaching to Chrome.
Instructions
List Chrome processes running on this machine, with their CDP debugging port if any. Use before attach_to_chrome to find a target. Returns array of {pid, debugging_port, user_data_dir, cmd}. Chromes without a debugging port show port=null and cannot be attached unless restarted with --remote-debugging-port=.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |