puppeteer_screenshot_debug
Capture a screenshot of a web page or current browser session and open it instantly for debugging inspection.
Instructions
Take a screenshot and save it to a file, then open with termux-open for debugging. Works with sessionId to capture current state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL to screenshot (only used if sessionId not provided) | |
| sessionId | No | Session ID to screenshot current state | |
| width | No | Viewport width in pixels | |
| height | No | Viewport height in pixels | |
| filename | No | Output filename (defaults to screenshot-{timestamp}.jpg) | |
| delay | No | Additional delay in milliseconds after page load |