0.0
No commit activity in last 3 years
No release in over 3 years
Take a screen shot with ruby in one line.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

>= 2.4.1, ~> 2.4
>= 1.5.1, ~> 1.5
 Project Readme

rbscreenshot

Gem Version

Take a screenshot in one line.

Usage

  1. brew install phantomjs if you haven't installed phantomjs yet.

  2. gem install 'rbscreenshot'

  3. require and

RbScreenShot.take 'https://github.com/kaiinui/rbscreenshot'

gives ./#{timestamp}.png where timestamp is like 1404631139 (RbScreenShot.take returns the file name.)