Schalk Neethling wrote:
> Hi everyone,
> 
> Does anyone know of a solution that will work with Rails that can 
> capture remote screen shots of website a.k.a Magnolia, DZone etc?

I would use Curl, Wget, Rio, or Net::HTTP to pull in the page (and its 
dependencies), then I would Google for "html to thumbnail", find a shell 
command 
that works, and shell to it. A good thumbnailer will let you set the dimensions 
to very large, for a screen shot not a thumbnail.

May I ask if you are acceptance testing that target website?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to