Save Browser Image
From UBot Studio
(Difference between revisions)
(Created page with "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. ...") |
(→Example) |
||
Line 6: | Line 6: | ||
<pre> | <pre> | ||
navigate("http://www.google.com/", "Wait") | navigate("http://www.google.com/", "Wait") | ||
− | save browser image("C:\\Users\\UBook\\Documents\\browsermage") | + | save browser image("C:\\Users\\UBook\\Documents\\browsermage.jpg") |
</pre> | </pre> |
Revision as of 03:04, 26 February 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.
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.