Save Downloaded File

From UBot Studio
(Difference between revisions)
Jump to: navigation, search
(Example)
Line 7: Line 7:
 
== Example ==
 
== Example ==
 
<pre>
 
<pre>
navigate("http://www.thinkbroadband.com/download.html", "Wait")
+
navigate("https://code.google.com/p/epub-samples/downloads/detail?name=kusamakura-japanese-vertical-writing-20121124.epub&can=2&q=", "Wait")
wait(5)
+
wait(3)
click(<href="http://ipv4.download.thinkbroadband.com/5MB.zip">, "Left Click", "No")
+
click(<alt="Download">, "Left Click", "No")
save downloaded file("{$special folder("Desktop")}/5MB.zip")
+
save downloaded file("{$special folder("Desktop")}/writing.zip")
 +
 
 
</pre>
 
</pre>
  
  
Running the script will click the link labeled "80" next to "IPv4 Port:", which downloads the file to the browser. The save downloaded file command then saves the file to the chosen location.
+
Running the script will click the download button, which downloads the file to the browser. The save downloaded file command then saves the file to the chosen location.
  
  
[[File:savedownloadedfile.jpg]]
+
[[File:savedownloadedfile02.jpg]]

Revision as of 16:38, 7 September 2014

This command is part of the Browser Command. Save Downloaded File downloads files that have been downloaded to the browser. The command allows you to designate where you would like to save the file to what you would like to call the file.

File To Save To: The file path where the downloaded file will be save to. The file path must include a file name and extension (such as C:\Users\Desktop\Miscellaneous\myfile.wav)


Example

navigate("https://code.google.com/p/epub-samples/downloads/detail?name=kusamakura-japanese-vertical-writing-20121124.epub&can=2&q=", "Wait")
wait(3)
click(<alt="Download">, "Left Click", "No")
save downloaded file("{$special folder("Desktop")}/writing.zip")


Running the script will click the download button, which downloads the file to the browser. The save downloaded file command then saves the file to the chosen location.


File:Savedownloadedfile02.jpg

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox