takeScreenshot
Capture a screenshot of a specific screen and return it as a base64 encoded string. Use screen ID and optional timeout.
Instructions
Take a screenshot of a specific screen and return it as a base64 encoded string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| screenId | No | ID of the screen to capture. Use listScreens to find available screens. Default is 1 (main screen) | |
| timeout | No | Maximum time to wait in milliseconds (default: 0, no timeout) |