Screenshot a webpage rendered in headless Chrome.
A simple CLI tool to take screenshots of rendered webpages, given a URL or local file path prepended by file:///
.
```
USAGE:
wss [FLAGS] [OPTIONS]
FLAGS: --help Prints help information -q, --quiet Display no messages to stdout. -V, --version Prints version information -z, --visible-only Screenshot only what is visible from the dimensions of the browser window, rather then the entire surface of the page.
OPTIONS:
-h, --height
ARGS:
WebScreenShot (wss
) can be installed via crates.io:
cargo install webscreenshot
This package can be built by running:
cargo build --release --features="cli-binary"
WebScreenShot mainly uses the screenshot functionality provided by the headlesschrome library. It isn't affiliated with the team who makes headlesschrome, but intends to be a convinent way to screenshot webpages from the command line.