screencap icon indicating copy to clipboard operation
screencap copied to clipboard

A gem to screencap webpages in ruby. Uses Phantom.js under the hood.

Results 21 screencap issues
Sort by recently updated
recently updated
newest added

I'm attempting to run the basic tutorial code: ``` require 'screencap' f = Screencap::Fetcher.new('http://google.com') screenshot = f.fetch ``` However, the program just hangs at the final line. This happens whether...

Phantom JS 2.1.1 for Linux is finally available, and the PhantomJS-Gem has been released to support this. However, ever since upgrading to that version, Screencap is no longer working for...

Hy, I am unable to get google map line work. here is a link when I get image line work on shows up in the image. Please give me right...

I'd love to give someone who is also using screencap the ability to push new gem versions. Anyone up to the task?

Hi I am using ruby 1.9.3p551 (2014-11-13) [i386-mingw32] I have installed phantomjs 2.1.1 in `C:\phantomjs` I have added gem details to the gemfile as described in the documentation. In irb,...

Also, a fix for deferring finding the screencap element until all resources have loaded. This fixes issues with client side rendering that depends on resource loading. We are fine with...

Please help me a little more with this gem.. i need to ask where to put this code related to gem in my rails app.. and what are the pre-requisites...

I noticed that `includeJs` won't run callbacks when you're including a `https` source, therefore ignoring all options. - using http source for jQuery (unsure of the implications at this point)...