screenshot
Capture the current UI state of a PySide6 app window or a specific widget by ID, returning an image to inspect and orient yourself before automating actions.
Instructions
Capture a screenshot of the app window (or a specific widget by ID). Returns the image so you can see the current UI state. Call this first to orient yourself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | No | App pid from launch_app. Omit to target the last launched app. Required only when several apps are running and you need a specific one. | |
| widget_id | No |