Save Element Image
From UBot Studio
(Difference between revisions)
(Created page with " This command is part of the Action Commands. Save Element Image saves the image of an element. You simply drag this command into the scripting area and choose an image ...") |
|||
Line 1: | Line 1: | ||
− | This command is part of the [[ | + | This command is part of the [[Browser Commands|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 == | == Example == |
Revision as of 16:44, 7 December 2012
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.