safari_get_page_info
Retrieve the current page URL and title from Safari browser sessions using session identifiers for browser automation and debugging tasks.
Instructions
Get current page URL and title
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session identifier |
Input Schema (JSON Schema)
{
"properties": {
"sessionId": {
"description": "Session identifier",
"type": "string"
}
},
"required": [
"sessionId"
],
"type": "object"
}