tv_screenshot
Capture the current app frame from a Smart TV via CDP and save it as a PNG. Use it for inspecting UI screens and focus states; for playback verdicts, rely on video state or a physical TV view.
Instructions
Capture the app frame via CDP and save a PNG. NOTE: on Samsung/Tizen the secure video/overlay plane often makes captureScreenshot hang or return black — for playback verdicts prefer tv_video_state and a human glance at the physical TV. UI screens (menus, focus, tiles) usually capture fine.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Where to write the PNG. Defaults to a scratch path. | |
| device | No | Device id from devices.json. Omit to use the default device. | |
| timeoutMs | No | Give up after this many ms (default 6000). |