Save Image
Saves the specified image of an element on the current web page to the specified location.
Common Properties
- Name - The custom name of the node.
- Color - The custom color of the node.
- Delay Before (sec) - Waits in seconds before executing the node.
- Delay After (sec) - Waits in seconds after executing the node.
- Continue On Error - Automation will continue regardless of any error. The default value is false.
Input
- Page Id - The ID of the web page where the image is located. This ID is generated by the Open Browser node.
- Selector Type - The type of selector to use when locating the image on the web page.
- Available options: "XPath", "CSS".
- Selector - The selector expression used to locate the image on the web page.
- Save File Path - The path where the image will be saved. Must be the full path of the image. (e.g.
C:\Users\MyName\Documents\MyImageName.png
)
Output
- Path - The full path where the image was saved.
Options
- Wait Timeout (sec) - The maximum time allowed for the image to be located on the web page before the node fails. The default value is 5 seconds.