take_screenshot
Capture a screenshot of the current page or a specific element. Optionally save to a file path.
Instructions
Take a screenshot of the page or element.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | No | The uid of an element on the page from the page content snapshot. If omitted takes a page screenshot. | |
| filePath | No | The absolute path, or a path relative to the current working directory, to save the screenshot to instead of attaching it to the response. |