-
Hi, I met a problem using pyscreenshot on Fedora 22 x64 with Python 2.7 and Pillow 3.0.
When using pyscreenshot, I would always obtain the exactly same snapshot unless I quit python and restart it. W…
-
There seems to be an issue with the wx back end on Ubuntu. I get the following traceback:
``` pytb
$ python -m pyscreenshot.examples.showgrabfullscreen
Traceback (most recent call last):
File "/usr…
-
In the loader you reference a link to PIL, which has been deprecated in favor of Pillow https://python-pillow.github.io/ (in file pyscreenshot/plugins/pil.py )
-
I noticed that mac_screencapture plays a sound, and was able to mute it by adding "-x " to the command.
Given other sound issues (See #9), I recommend creating a sound option, and having no sound by …
-
http://selenium-python.readthedocs.org/faq.html#how-to-take-screenshot-of-the-current-window
Issue discussed here: https://bugs.chromium.org/p/chromedriver/issues/detail?id=816
Looks like the soluti…
-
### To Reproduce the Issue
In Windows, try:
``` Python
import pyscreenshot
img = pyscreenshot.grab()
img.show()
```
If there are multiple displays, only the primary one would be captured.
### Teste…
-
I can't import this on Python 3.2, 3.3, or 3.4 on Windows 7. Works on 2.7 though.
```
C:\Users\Al>py -3.2
Python 3.2.5 (default, May 15 2013, 23:06:03) [MSC v.1500 32 bit (Intel)] on win32
Type "help…
-
Hi,
I need to take a screenshot of firefox page with unrolled element "select". After click on "select" element, full list of options is visible. When I take a picture with keyword "Capture Page Scree…
-
Does Pillow2.5.3 ImageGrab still not support other OS except windows?
If not, why we cannot do that?
---
/Library/Python/2.7/site-packages/Pillow-2.5.3-py2.7-macosx-10.9-intel.egg/PIL/**init**.py
P…
-
Pyscreenshot allows you to either take a screenshot of a part of the screen and immediately view it or take a screenshot of the entire screen and save it to disk, but you can't save a screenshot of on…