screenshot
Capture screenshots on the sl-test MCP server for visual verification tasks. Ensure accurate UI testing without relying on screenshots for coordinate determination.
Instructions
Captures screenshot for visual verification. For UI coordinates, use describe_ui instead (don't determine coordinates from screenshots).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
simulatorUuid | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"simulatorUuid": {
"format": "uuid",
"type": "string"
}
},
"required": [
"simulatorUuid"
],
"type": "object"
}