download_image
Download images from URLs to temporary storage for browser automation workflows. Handles cross-origin images by opening new tabs and returns file paths for further processing.
Instructions
Download a image from URL, it will download the image to the temp directory, and return the file path, it will open a new tab if the image is not from the same origin as the current page
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| image_url | Yes | ||
| output_filename | No | ||
| timeout | No |