screenshot_webpage
Capture 1440x900 screenshots of any webpage using headless Chromium and save as PNG. Useful for inspecting site appearance and layout before cloning design.
Instructions
Take a 1440x900 screenshot of a webpage using headless Chromium and save it as a PNG. Returns the file path of the saved screenshot. Useful for visually inspecting a site's appearance and layout before cloning its design. save_path: optional absolute path for the PNG; auto-generated if omitted. Requires playwright: pip install playwright && playwright install chromium
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| save_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |