create_screenshot
Capture a screenshot of any web page by providing URL, width, and height. Optionally set a wait time to allow content or animations to load before capturing.
Instructions
This tool captures a screenshot of a web page using RenderForm.
Provide 'url' (required), 'width' and 'height' (required, 32-5000px).
Optionally provide 'waitTime' (ms, 0-5000) to wait before capturing, useful for pages with animations or async content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of the page to capture. | |
| width | Yes | Width of the screenshot in pixels (32-5000). | |
| height | Yes | Height of the screenshot in pixels (32-5000). | |
| waitTime | No | Wait time in milliseconds before capturing the screenshot (0-5000). |