python-webkit2png icon indicating copy to clipboard operation
python-webkit2png copied to clipboard

Python script that takes screenshots (browsershots) using webkit

Results 20 python-webkit2png issues
Sort by recently updated
recently updated
newest added

Is it somehow possible to define a SSL client certificate (e.g. pfx format) which is necessary to open the URL?

Hi I'm trying to screenshot a website in a different language the font appears as blocks instead of the actual characters is there a way to fix this? Here is...

Hi, For getting screenshots of certain web pages with a following command; > webkit2png https://forecast.io/#/f/40.4344,-80.0248 -D ~/Desktop then, I get this message, > App Transport Security has blocked a cleartext...

# pip install -d /tmp/ webkit2png Downloading/unpacking webkit2png Downloading webkit2png-0.8.2.tar.gz Saved /tmp/webkit2png-0.8.2.tar.gz Running setup.py (path:/tmp/pip_build_root/webkit2png/setup.py) egg_info for package webkit2png Successfully downloaded webkit2png Cleaning up... # tar -tf /tmp/webkit2png-0.8.2.tar.gz webkit2png-0.8.2/ webkit2png-0.8.2/PKG-INFO...

I was not able to generate an image using webkit blur filter? did i missed something?

First thanks very much for the code!!! Works great for single/manual captures but.... I am executing the code on OSX Yosemite. If I force focus to the python-QT app by...

You could add somewhere on README that if `virtualenv` is used, it must be created using `--system-site-packages` otherwise python doesn't have access to `PyQt4` lib and error is shown. ```...

When running the following command ``` xvfb-run --auto-servernum --server-num=1 /usr/local/bin/webkit2png -t 5 "http://www.weather.com/news/weather/video/more-wintry-precip-for-south" -o test.png -g 1200 1200 -F javascript Segmentation fault (core dumped) ``` in /var/log/syslog I get the...

How can I set the image quality? I'm making browsershots with png extension, but the text quality on rendered html is low.

webkit2png doesn't appear to capture images on sites that only load images when scrolled down. A good example is: http://www.huffingtonpost.com/ Here is the (truncated) version that webkit2png captures: ![www huffingtonpost...