name_tab
Assign a custom label to a browser tab using its index, enabling the agent to identify and navigate between multiple tabs efficiently.
Instructions
Assign a custom name to a browser tab.
Purpose
Helps the agent label tabs meaningfully for easier navigation across multiple tabs.
Parameters
session_id : str Active browser session identifier. index : int Index of the tab to name. name : str Custom name to assign to the tab.
Returns
dict { "session_id": str, "status": str, "message": str }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| index | Yes | ||
| session_id | Yes |