capturejs icon indicating copy to clipboard operation
capturejs copied to clipboard

Full webpage capture command-line tool with PhantomJS and NodeJS

Results 5 capturejs issues
Sort by recently updated
recently updated
newest added

Node version: v12.18.3 Tried to run the following Command: ``` capturejs --uri http://phantomjs.org/ \ --selector '.header' \ --viewportsize 1400x1400 \ --output 'phantomjs.org.png' ``` Got the error: `phantom stdout: NETWORK_ERR: XMLHttpRequest...

On a FreeBSD 10.1 machine I get an `abnormal phantomjs exit code: 2` with ``` $ uname -a FreeBSD 10.1-RELEASE-p19 FreeBSD 10.1-RELEASE-p19 #0: Sat Aug 22 03:55:09 UTC 2015 [email protected]:/usr/obj/usr/src/sys/GENERIC...

``` % capturejs http://phantomjs.org/ phantomjs.org-201306161603.png ``` I will change CUI command interface and to display generated image file name. Default image file name format is `#{hostname}-%Y%m%d%H%M.png`.

enhancement

If this library has compressing option, I will be ultra happy. For example: ``` Compress {width} --compress ```