download.coffee 236 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 ### Download the google logo image onto the local filesystem ### casper = require("casper").create() casper.start "http://www.google.fr/", -> @echo @download "http://www.google.fr/images/srpr/logo3w.png", "logo.png" casper.run()