safari_take_screenshot
Capture a screenshot of the current webpage in Safari by providing the session ID, enabling browser automation and monitoring tasks.
Instructions
Take a screenshot of the current page
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"
}