tool · one of 34Pro script file
Recorder
Can I record what I just did as a test?
The gap between reproducing a bug by hand and having a test for it is transcription, and transcription is where the reproduction gets lost. This records what you do - including across navigations - and writes it as a script.
Reach itPress ⌘+K on any tab and type recorder.Ctrl+Kon Windows and Linux

TWO BUILDS9 browsers
Chromelisting in reviewFirefoxlisting in reviewBravelisting in reviewOperalisting in reviewEdgelisting in review4 moreChromium browsers: Arc, Vivaldi, Chromium, Opera GXthe Chrome buildin the panel · this one is Pro
What this actually is
record clicks and typing out as a test in your frameworkWhile reproducing something, not afterwards. The panel owns the step list rather than the page, because a navigation destroys anything running inside the page - which is why recorders that live in the page lose everything at the first link.
Asked about this tool
3 of themDoes my typing leave the browser?
No. The recording is built and printed in the page; nothing is uploaded, and the panel makes no request while recording. Password fields are never captured at all, so there is nothing to leak even locally.
Will the test still pass tomorrow?
That depends on the selectors, which is why the fragile ones are marked. A step locked to a role and an accessible name survives a redesign; one locked to `div > div:nth-child(3)` does not, and you are told which you have.
Can it record a login?
It records the steps and leaves the password as a placeholder for you to fill from an environment variable - which is how the test should have been written anyway.
TWO BUILDS9 browsers
Chromelisting in reviewFirefoxlisting in reviewBravelisting in reviewOperalisting in reviewEdgelisting in review4 moreChromium browsers: Arc, Vivaldi, Chromium, Opera GXthe Chrome build63 of these · no host permissions · three free audits