list_instances
Discover all running Chrome instances and their IDs, labels, ports, and profiles. Use this read-only snapshot to obtain an instance_id before passing it to other tools for debugging via the Chrome DevTools Protocol.
Instructions
Lists all running or registered Chrome instances. Side effects: none (read-only registry snapshot). Returns: JSON array of instance descriptors with id, label, host, port, profile_dir, features and is_default. Use this to discover instance_ids before passing 'instance_id' to other tools. Alternatives: 'list_tabs' to enumerate tabs within an instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||