Skip to content

Commit

Permalink
Give selector with a wait for remote page element test a unique name
Browse files Browse the repository at this point in the history
Maybe having a unique name for each test will reduce ambiguity when discussing tests later on.

Ref #134
  • Loading branch information
nielthiart committed Feb 6, 2024
1 parent 641ba60 commit c3d0a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run_examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ 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
# Selector with a wait for remote page element
shot-scraper 'https://www.owlsnearme.com/?place=127871' \
--selector 'section.secondary' \
-o examples/owlsnearme-wait.jpg \
Expand Down

0 comments on commit c3d0a83

Please sign in to comment.