Record a video of the browser during an LLM navigation session, written as a sidecar alongside the
primary output. Takes a path and requires --navigate:
zshot --output-type png --navigate "find the pricing page" --navigator-captures-video session.webm https://zshot-cli.com -f page.png
The format follows the path extension. Size it with --navigator-video-width and
--navigator-video-height.
This is a Pro-tier flag.
On the HTTP server, request this as with_navigator_video=true alongside navigate. The server
writes the video to a temporary location and returns its URL in a Link response header. See the
API reference for reading those links and
--server-additional-asset-expiration
for how long they live.