Get browser page title
browser_get_titleRetrieve the title of a specific page in an isolated browser session by supplying session and page IDs, enabling precise content checks.
Instructions
Read the title of one explicitly addressed page in its owning isolated session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | ||
| sessionId | Yes | ||
| timeoutMs | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| pageId | Yes | ||
| sessionId | Yes | ||
| operationId | Yes |