Tidewave Connect includes a vision mode feature that allows the agent to capture screenshots and record videos. You can enable vision mode on the bottom left:

Once enabled, you can copy the instructions that will guide your agent to capture screenshots or record videos accordingly:
Screenshots — Enable vision mode and allow the agent to automatically spot visual regressions it would miss from code alone
Recordings — Enable vision mode and allow the agent to record videos to reproduce bugs or as proof of work, with support for captioning and narration
Screenshots are always fed back into the coding agent. Videos are for your consumption (none of the supported coding agents accept videos as input).
Videos by default include overlays, animations, and sound effects (which you may ask the agent to disable). You may also opt into voice narration.
Tidewave IDE
Vision mode is also available in the Tidewave IDE by clicking the video icon on the top right.
Browser support
Vision mode depends on the RestrictionTarget API, which is, at the moment, available only on Chromium based browsers (Chrome, Edge, etc).
When to enable vision mode?
By default, Tidewave Connect exposes the accessibility tree of the current page as text to your coding agent. In our tests, this is the most efficient format and allows the agent to effectively use and navigate your app. Screenshots are useful when trying to understand the overall colors and themes of the page, or to fix alignment issues.
Voice narration
You can enable voice narration, so the coding agent itself narrates the videos it records. To do so, an ElevenLabs API key will be necessary.
The following video uses the "Voice narration". It also includes animations and sound effects:
ElevenLabs API key
Your API key is only kept on the client and never sent to our servers.
Tidewave IDE
If you are using the Tidewave IDE, you can enable vision mode on the top right instead:

From now on, whenever the agent takes a screenshot or records a video, you will see thumbnails below the associated tool call:

Screenshots are always fed back into the coding agent. Videos are for your consumption (none of the supported coding agents accept videos as input).
Videos by default include overlays, animations, and sound effects (which you may ask the agent to disable). You may also opt into voice narration.
Tips
Animations and sound effects — Agentic recordings include animations and sound effects on click and on typing. For those to happen, make sure the agent is using
browser.clickandbrowser.fillin the scripts (we already instruct the agent to do so, but you may need to reinforce it in long sessions).Close ups and overlays — You can ask the agent to zoom-in and zoom-out before performing certain actions (which uses
browser.zoom). You can also ask the agent to add overlays (viabrowser.overlay), which are also narrated when "Voice narration" is enabled.Viewport pairing — You can combine video recording with the Viewport feature to control the dimensions of the recorded video. If using agentic recording, the agent is also capable of resizing the viewport. For example, you can ask the agent to record two videos, one for desktop, one for mobile. The agent can also resize while recording, which is supported by the .webm format, but not all players handle it accordingly.
Rehearsals — Vision mode will first rehearse the video recording, before it actually starts, so they iron out all of the details. For highly dynamic pages and recordings, where the elements you will interact with change, the agent is instructed to use query selectors, such as IDs and labels. The agent is also instructed to clean up any changes done during rehearsals before recording. As always, we carefully instruct the agent to do so, but you may need to reinforce it in long sessions.
It is just JavaScript — Our agentic recording is just JavaScript. This means that, if you want anything to happen during recording, such as highlighting an element, showing confetti, etc., you can ask the agent to do so and it should write appropriate code snippets.