Save Element Image
From UBot Studio
This command is part of the Browser Command. Save Element Image saves the image of an element. You simply drag this command into the scripting area and choose an image to save using the element selector tool. (See "The Selectors" for more information).
Example
navigate("http://www.freedigitalphotos.net/images/Interiors_g380-Armchairs_In_Living_Room_p101153.html", "Wait") save element image(<title="Armchairs In Living Room">, "C:\\Users\\LillyT\\Downloads\\my picture")
Running the script navigates to the website and saves the selected image to your specified folder location. You will need to browse for your own file using the browse button on the save element image command.