zshot/cliDownload

--navigator-goal

ValueGOAL
LicensePRO

Navigator goal. LLM navigators can support open ended goals that they interpret.

Example

zshot --navigator-type "anthropic" \
  --navigate "Sign in" \
  --navigator-goal "url:https://example.com/*/dashboard*" https://example.com

Details

Supports: url, css, Open ended

Example: “url:https://example.com//login_success”, “css:#success_div”, “You see a picture of a cat”