electron-screenshot-service icon indicating copy to clipboard operation
electron-screenshot-service copied to clipboard

Pass cookies

Open bumbu opened this issue 8 years ago • 2 comments

Is there a way to pass page cookies? It could be done by tweaking electron-screenshot-app, but is there a better/simpler way?

bumbu avatar Sep 08 '16 21:09 bumbu

I would love to contribute to this, if someone point me where too.

rmariuzzo avatar Mar 29 '17 23:03 rmariuzzo

I added support for cookies in this repo https://github.com/bumbu/website-screenshot (which is a modification of electron-screenshot-service).

You can see the specific commits that add support for cookies https://github.com/bumbu/website-screenshot/commits/master

That repo has no docs, but you can see how it's used in https://github.com/bumbu/website-visual-diff/blob/master/src/index.js

bumbu avatar Apr 01 '17 11:04 bumbu