node-webkit-screenshot icon indicating copy to clipboard operation
node-webkit-screenshot copied to clipboard

Create screenshots using node-webkit

Results 13 node-webkit-screenshot issues
Sort by recently updated
recently updated
newest added

I am trying to get number of screenshot using loop. I do not find any good solution built within node -webkit- screenshot to handle this sort of error. it use...

hello In ubuntu 14, i am not getting screenshot . I can take screenshot locally and save locally.

if i give command npm install node-webkit-screenshot --save inside ubuntu it can not install... it is show unzipping for long time... can finish installation task.....

I want to screenshot multiple urls in sequence which I provide as an array, but after a couple of successful iterations the application hangs. The amount of iterations before this...

Is it feasible to take desktop screen shots using this api? If yes, can you please share some code snippets for the same.

Hello, I am unable to run below code on Linux Mint it gets stuck for longtime. var fs = require('fs'); var screenshot = require('node-webkit-screenshot'); screenshot({ url : 'http://nisos.ngo.karmaworld.co/', width :...

Hello, you may not be able to help with this, but everything is working locally fine, but when i deploy to heroku, it borks. I think this may be the...

a bunch of postinstall scripts seem to currently fail for me, using node v 5.5.0 and npm v 3.3.12 on Windows. ``` sh npm ERR! node v5.5.0 npm ERR! npm...

I would like to use this to take screenshots of an authenticated page. Would like to be able to send cookies. Looks like something node-webkit can handle.

I apologize if this is the wrong area to ask. Is there a way to render the height of the screenshot to the page length? Something like 100%, rather than...