You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2020. It is now read-only.
I also found that wkhtmltoimg doesn't really handle SSL certificate problems or authentication very well so I've been looking at various tools that work better, gnome-web-photo is a bit quirky, most other command line tools are based on the same webkit/qt stuff.
I had a fudge around with PyWebShot which is based on gtkmozembed which isn't wonderful but seems to get the job done: https://github.com/Meatballs1/PyWebShot
Main draw back is that it has to render to the actual screen, but you can get around it by using the 'xvfb-run' command to create them in virtual windows.