electroshot
electroshot copied to clipboard
Capture website screenshots with optional device and network emulation as jpg, png or pdf (with web fonts!) using Electron / Chrome.
``` electroshot file://$PWD/public/xv.html 1024 --debug Electron 1.6.x has reached the end of its support cycle. Developers are encouraged to upgrade their applications to a newer series. Read about newer series...
Electron exited with code 127
If you look closely, the text looks somewhat different and more blurry in comparison to what you see in real Chrome, as if "LCD text" flag is turned off. Passing...
When I try to set --pdf-background 1 when generating a PDF, I am met with a fail message and the process hangs. Command Line: xvfb-run URL 1024 --format pdf --filename...
Hey Mixu, it seems like puppeteer would make this a lot simpler. Something like this works for the same thing, and allows headers and footers. It uses [puppeteer](https://github.com/GoogleChrome/puppeteer) which is...
Hello, I'm trying to create a PDF that is exactly A4 size in landscape but the output is arbitrarily sized. Does the `--pdf-page-size A4` flag have any effect? If not...
``` $ electroshot --version shot v1.4.0 Electron 1.6.x has reached the end of its support cycle. Developers are encouraged to upgrade their applications to a newer series. Read about newer...
Hey, are there any plans to upgrade to the newest electron version? As a workaround I could use something like this for my project: ``` new BrowserWindow({ webPreferences: { experimentalFeatures:...
I have two environments devel and prod. Both run under `https` but prod is a real live web application with a valid certificate and devel is run in `localhost` with...
Hi, thanks for the great project. When I select the pdf format, it seems the selector option (and maybe more, but not 100%) is ignored. `electroshot http://localhost:3000/posters/1/preview 1920 --format jpg...