get_page_title
Retrieve the title of the current web page using an active browser session identifier.
Instructions
Retrieve the title of the current web page.
Parameters
session_id : str Active browser session identifier.
Returns
dict { "session_id: str, "page_title": str (title of the page), "status": str, "message": str }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes |