take_screenshot
Capture a screenshot of an Electron application window and return base64 image data for AI analysis. Save the screenshot to a specified path or use a temporary directory. Identify windows by title for precise targeting.
Instructions
Take a screenshot of any running Electron application window. Returns base64 image data for AI analysis. No files created unless outputPath is specified.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
outputPath | No | Path to save the screenshot (optional, defaults to temp directory) | |
windowTitle | No | Specific window title to screenshot (optional) |