Browser Recorder
Browser Recorder provides a live remote Chromium session for natural interaction while recording a deterministic macro underneath. Reviewed actions can be replayed headlessly or watched with visual evidence.
What you can do
- Interact with a real browser through the live remote viewer, including tabs, scrolling, selection, copy, and paste.
- Record navigation, clicks, keyboard input, runtime extraction, fill actions, and visual checkpoints.
- Review the draft, replay it once, save a UI macro or flow, and reuse it in Automation.
Starts with
- A start URL, viewport, and a real user journey performed in the live session.
- Clipboard interactions and page values that should be refreshed during future runs.
Produces
- A reusable UI macro or browser flow with runtime captures and visual checkpoints.
- Headless results or headed Draft Watch and Flow Watch playback.
Use it when
- Use Browser Recorder when the behavior is easiest to describe by performing it in a browser.
- Use UI macros for reuse and flows when browser actions must exchange values with API steps.
- Browser Recorder
- UI macro
- Draft Watch
- Flow Watch
- visual regression