list_pages
Display all open browser tabs with their index, title, and URL to identify and manage web pages for automation tasks.
Instructions
List all open tabs with index, title, and URL. The currently selected tab is marked. Use the index with select_page.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}