alterlab_screenshot
Capture a full-page screenshot of any URL as a PNG image using headless browser rendering. Optionally wait for a specific element or page load event before capturing.
Instructions
Take a full-page screenshot of a URL. Returns the screenshot as a PNG image. Uses headless browser rendering. Use wait_for to wait for a specific element before capturing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to take a screenshot of | |
| wait_for | No | CSS selector to wait for before taking screenshot | |
| wait_until | No | Page load event to wait for before screenshot | networkidle |