0.14
- Documentation is now hosted at shot-scraper.datasette.io and has been expanded to multiple pages. #73
shot-scraper $URL --wait-for EXPRESSION
can be used to take the screenshot only once the provided JavaScript expression returnstrue
. See Waiting until a specific condition. #72- The
wait_for:
key in the YAML format used byshot-scraper multi
provides equivalent functionality for scripted multiple screenshots. - New documentation on Using shot-scraper with GitHub Actions. #74
- New example: Extracting page content with Readability.js