Navigator
Navigator
zshot can augment its operation by using an integrated LLM. This can be a hosted LLM ( like Claude or ChatGPT ) or a local model served by Ollama.
| Flag | Description |
|---|---|
--navigate | Navigator behavior. The navigator can interpret content, click on interactive elements and fill forms PRO |
--navigator-allow-url | Additional URL globs the navigator may visit, beyond the start URL's own PRO |
--navigator-captures-video | Capture navigator actions as a video PRO |
--navigator-credential | Credential to make available to navigator PRO |
--navigator-goal | Navigator goal. LLM navigators can support open ended goals that they interpret PRO |
--navigator-max-steps | How many steps a navigator is allowed to use to complete its goal PRO |
--navigator-step-timeout | How long a navigator has to complete a step PRO |
--navigator-type | Navigator configuration string PRO |
--navigator-video-height | Height of navigator video PRO |
--navigator-video-width | Width of navigator video PRO |