python-webkit2png
python-webkit2png copied to clipboard
Python script that takes screenshots (browsershots) using webkit
I would need to go through authentication for some specific captures. Indeed, on some documents / web pages, I need to be identified to view the document: Some examples -...
Hi! I know this project is not maintained, but maybe someone would be able to help me. I've installed webkit2png from AUR, but whe nI run it I get this:...
Latest code changes are from 2 years ago, latest update on pypi is 7 years ago and broken since then, open PRs fixing issues do not get any feedback or...
> Python 2 support ends in 2020. I rewrote the project for my academic research project Now, I contribute back to the origin # Changelog - Drop support for Qt...
Hi! I've made some adjustments to support Qt5.9
I used `pip install webkit2png` to install. It looks like installed successful. However, when I tried to run `scripts/webkit2png -h` I got this, ``` $ python: can't open file 'scripts/webkit2png':...
**before:** $ `time webkit2png --xvfb 1024 1024 -g 1024 1024 --scale 200 200 --aspect-ratio=keep --timeout=30 --log='' -o /tmp/img.png http://long-site` real 0m10.553s user 0m8.383s sys 0m2.092s **after:** $ `time webkit2png --xvfb...
Following the "Manual installation via Git" instructions, the last step: ``` Install with: python python-webkit2png/setup.py install ``` returns: ``` sudo python python-webkit2png/setup.py install running install running bdist_egg running egg_info writing...
Is there a document or a demo? I don't know how to use it.