DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Want to Capture Screenshots in Ruby?
require 'grabzitclient'
grabzItClient = GrabzItClient.new("YOUR APPLICATION KEY", "YOUR APPLICATION SECRET")
grabzItClient.save_picture("http://www.google.com", "images/test.jpg")
Use this Gem to programmatically take screenshots of websites with this completely open source and free library. We have also provided easy-to-follow online tutorials and sample applications to help you set up GrabzIt as quickly as possible.
First run:
gem install grabzit
Then register a new account on http://grabz.it to get your application key and application secret.
Then use the code as shown below!




