Skip to content

Commit 10a4625

Browse files
committed
Add screenshot ex. to tools/run_examples.py and update requirements.txt
1 parent 5b64d4b commit 10a4625

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

examples/screenshot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
so that screenshot includes whole page with height like 5000px
1515
which would be an equivalent of scrolling down multiple pages.
1616
By default when no arguments are provided will load cefpython
17-
project page on Github with 5000 px height.
17+
project page on Github with 5000px height.
1818
1919
Usage:
2020
python screenshot.py

tools/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ Cython == 0.25.2
22
docopt >= 0.6.2
33
setuptools
44
wheel
5+
Pillow

tools/run_examples.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def main():
3737
examples = list()
3838
examples.append("hello_world.py")
3939
examples.append("tutorial.py")
40+
examples.append("screenshot.py")
4041
succeeded = list()
4142
failed = list()
4243
passed = list()

0 commit comments

Comments
 (0)