Live data from Hacker News

Screenshoteer – Command-line website screenshots and mobile emulations

github.com

21–30 of 32 posts

Re: Screenshoteer – Command-line website screenshots and mobile emulations

#21
post #3

Earlier quoted context omitted.

Yes, it uses puppeteer(headless chrome). For the .DS_Store I totally forgot to put .gitignore :)

The version from NPM is 0.3.2 but the GitHub docs are for 1.0.1? Looks like the --url option doesn't (yet) exist on NPM.

The name is inspired by the "puppeteer" => screenshot + puppe-teer = screenshoteer

Re: Screenshoteer – Command-line website screenshots and mobile emulations

#28

Adding a click-accept feature would be great, so it can automatically click GDPR notices, popup email subscribe boxes, etc.

If you need to do some "work" like closing banners or form filling before taking the screenshot, use the kantu Selenium IDE: https://a9t9.com/kantu/docs/selenium-ide/capturescreenshot

Command line options: https://a9t9.com/kantu/docs#cmd

(... and it works in Chrome and Firefox.)

Re: Screenshoteer – Command-line website screenshots and mobile emulations

#29

Adding a click-accept feature would be great, so it can automatically click GDPR notices, popup email subscribe boxes, etc.

If you need to do some "work" like closing banners or form filling before taking the screenshot, use the kantu Selenium IDE: https://a9t9.com/kantu/docs/selenium-ide/capturescreenshot Command line options: https://a9t9.com/kantu/docs#cmd (... and it works in Chrome and Firefox.)

Thanks!
Post reply on HN