File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1414so that screenshot includes whole page with height like 5000px
1515which would be an equivalent of scrolling down multiple pages.
1616By 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
1919Usage:
2020 python screenshot.py
Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ Cython == 0.25.2
22docopt >= 0.6.2
33setuptools
44wheel
5+ Pillow
Original file line number Diff line number Diff 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 ()
You can’t perform that action at this time.
0 commit comments