Skip to content

Commit

Permalink
Undo removing remote page with a wait test ref #134
Browse files Browse the repository at this point in the history
  • Loading branch information
nielthiart committed Feb 6, 2024
1 parent ffd367e commit 641ba60
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/run_examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ shot-scraper https://simonwillison.net/ \
# JPEG quality
shot-scraper https://simonwillison.net/ \
-h 800 -o examples/simonwillison-quality-80.jpg --quality 80
# Selector with a wait
shot-scraper 'https://www.owlsnearme.com/?place=127871' \
--selector 'section.secondary' \
-o examples/owlsnearme-wait.jpg \
--wait-for "!!document.querySelector('section.secondary')"
# Accessibility
shot-scraper accessibility https://datasette.io/ \
> examples/datasette-accessibility.json
Expand Down

0 comments on commit 641ba60

Please sign in to comment.