screenshot_app
Capture a PNG screenshot of any running application window by specifying its title or partial title, without disrupting your desktop. Find exact window titles using list_app_windows.
Instructions
Take a screenshot of a running application window.
Finds a window by its title (or partial title) and captures just that window as a PNG image without stealing focus or disrupting the user's desktop. Use list_app_windows first if you need to find the exact title.
Args: window_title: Full or partial window title to capture (case-insensitive). For example: 'Hello World App' or just 'Hello'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| window_title | Yes |