grabzit_inspect_url
Captures a screenshot of a URL and returns it as an image, letting AI visually inspect the webpage. Supports full-page, specific elements, and capture delays.
Instructions
Captures a screenshot of a URL and returns it as an image that the AI can see.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the webpage to screenshot. | |
| delay | No | Delay in milliseconds before capture (useful for dynamic SPAs or animations). | |
| fullPage | No | True to capture the whole page length, False for viewport only. | |
| hideElement | No | CSS selector of elements to strip out before capture (e.g. '.cookie-banner' or '#popup'). | |
| targetElement | No | CSS selector of a specific element to crop and capture (e.g. '#chart' or '.main-content'). |