An open API service indexing awesome lists of open source software.

https://github.com/clarin-eric/headless_scrshot-chrome

Python script for headless web screenshoting using Selenium and Chrome
https://github.com/clarin-eric/headless_scrshot-chrome

Last synced: 5 months ago
JSON representation

Python script for headless web screenshoting using Selenium and Chrome

Awesome Lists containing this project

README

          

# headless_scrshot-chrome
Python script for headless web screenshoting using Selenium and Chrome

```Python
usage: screenshot_url.py [-h] [-u URL] [-t TARGET] [-b BIN] [-d DRIVER] [-r RESOLUTION]

Take screenshot of given URL

optional arguments:
-h, --help show this help message and exit
-u URL, --url URL URL to take screenshot of
-t TARGET, --target TARGET
location where to save a screenshot
-b BIN, --bin BIN path to browser binary
-d DRIVER, --driver DRIVER
path to browser driver
-r RESOLUTION, --resolution RESOLUTION
output screenshot resolution as comma separated str, e.g. 1920,1080
```