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
- Host: GitHub
- URL: https://github.com/clarin-eric/headless_scrshot-chrome
- Owner: clarin-eric
- Created: 2021-10-01T13:15:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-06T11:09:34.000Z (over 4 years ago)
- Last Synced: 2025-09-10T03:14:51.128Z (9 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```