Web Screenshot
web_screenshotCaptures a PNG screenshot of the current page of a web session (returned inline so web AIs can see it). Useful to ground what the page looks like before acting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session | No | Session name (a named login profile, e.g. 'linkedin'). Defaults to 'default'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL of the page that was captured. | |
| bytes | No | PNG size in bytes (the image itself is an inline content block). |