screenshot_webpage
Capture a 1440x900 PNG screenshot of any webpage using headless Chromium. Returns the file path for visual inspection of site layout and design before cloning.
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 |