We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b64d4b commit 10a4625Copy full SHA for 10a4625
3 files changed
examples/screenshot.py
@@ -14,7 +14,7 @@
14
so that screenshot includes whole page with height like 5000px
15
which would be an equivalent of scrolling down multiple pages.
16
By default when no arguments are provided will load cefpython
17
-project page on Github with 5000 px height.
+project page on Github with 5000px height.
18
19
Usage:
20
python screenshot.py
tools/requirements.txt
@@ -2,3 +2,4 @@ Cython == 0.25.2
2
docopt >= 0.6.2
3
setuptools
4
wheel
5
+Pillow
tools/run_examples.py
@@ -37,6 +37,7 @@ def main():
37
examples = list()
38
examples.append("hello_world.py")
39
examples.append("tutorial.py")
40
+ examples.append("screenshot.py")
41
succeeded = list()
42
failed = list()
43
passed = list()
0 commit comments