browser_list_tabs
Lists all open browser tabs with their IDs and URLs, enabling you to reference and target specific tabs in subsequent automation actions.
Instructions
List all open tabs in a browser session with their tab IDs and URLs.
PREREQUISITE: browser_open must have been called first.
Use tab_id from the results to target specific tabs in other browser_* tools.
Args: session_name: Browser session to query (default: "default")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_name | No | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |