Download and save media elements from webpages. Use this action to collect images, audio, video, or other downloadable files for archiving or further processing.
A clear and concise instruction describing what this step should do. This helps the AI debug and re-locate the element if needed.
Good Example: "Save the main product image from the product details page."
Bad Example: "Get the image from the page and save it somewhere."
Why it’s bad? Too vague, lacks specificity about which image to save.
Save images, audio, or video elements directly from the page.
Handle downloadable files triggered by links or buttons.
Define the element to be saved using one of the following methods:
Use standard CSS selectors to identify the element.
Use an XPath expression to precisely locate the element.
Specify a name for the saved file
(e.g., product-image.jpeg
)
Choose how to handle duplicate filenames:
Download and save media elements from webpages. Use this action to collect images, audio, video, or other downloadable files for archiving or further processing.
A clear and concise instruction describing what this step should do. This helps the AI debug and re-locate the element if needed.
Good Example: "Save the main product image from the product details page."
Bad Example: "Get the image from the page and save it somewhere."
Why it’s bad? Too vague, lacks specificity about which image to save.
Save images, audio, or video elements directly from the page.
Handle downloadable files triggered by links or buttons.
Define the element to be saved using one of the following methods:
Use standard CSS selectors to identify the element.
Use an XPath expression to precisely locate the element.
Specify a name for the saved file
(e.g., product-image.jpeg
)
Choose how to handle duplicate filenames: