Files
zulip/zephyr/tests/frontend/casperjs/samples/download.coffee
Keegan McAllister 921f7832c5 Import CasperJS 1.0.0-RC4-0-g8c798c7
(imported from commit b24184d9de034ecf4054dbc72cd6c28b49309182)
2012-11-13 10:59:02 -05:00

11 lines
236 B
CoffeeScript

###
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()