alterlab_screenshot
Take full-page PNG screenshots of any website, bypassing anti-bot protection. Control capture timing with wait_for and wait_until options.
Instructions
Take a screenshot of any website, capture a webpage as an image, or snapshot a URL visually. Works on anti-bot protected sites (Cloudflare, DataDome, etc.) — uses the same bypass engine as alterlab_scrape. Returns a full-page PNG screenshot directly in the conversation — rendered with a real headless browser. Use wait_for to wait for a specific element before capturing. Use wait_until to control page load timing (networkidle, domcontentloaded, load).
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 |