Save Browser Image
From UBot Studio
(Difference between revisions)
Line 17: | Line 17: | ||
− | [[File:savebrowserimage. | + | [[File:savebrowserimage.jpg]] |
Revision as of 16:33, 15 September 2013
This command will take a screenshot of your current webpage and save it to a chosen location on your computer.
Save Browser Image is a Browser Command.
File To Save To: Refers to the location to save the file to, as well as the file name with a file extension (jpg, png, etc)
Example
navigate("http://www.google.com/", "Wait") save browser image("C:\\Users\\UBook\\Documents\\browsermage.jpg")
Running the script will navigate to the url and take a screenshot of the webpage, saving it to the location chosen with the browser button on the command.