safari_clear_console_logs
Remove captured console logs for a specific session in Safari MCP Server, ensuring clean browser debugging and automation workflows.
Instructions
Clear captured console logs for a session
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"
}