list_instances
Retrieve a snapshot of all running Chrome instances to obtain their instance IDs for use with other CDP debugging commands.
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 | |||