What FlowScribe does
FlowScribe is a UI test script generator for the browser. As you click through a flow, it records each action — clicks, typing, navigation — and converts the recording into a clean, ready-to-run UI test script. Instead of manually locating selectors and writing setup code, you demonstrate the flow once and get a script you can run and maintain.
How to generate a UI test script by recording
Authoring end-to-end UI tests by hand is the slow part of automation. FlowScribe flips it to record-first:
- Record — start FlowScribe and walk through the user flow you want to cover.
- Generate — it captures the steps and produces a structured UI test script with the right selectors.
- Run and refine — drop the script into your suite and adjust assertions where needed.
Who it's for
QA engineers and developers building UI/end-to-end coverage who want a faster starting point than hand-written scripts. It's also handy for capturing precise reproduction steps for a bug. For autonomous coverage that explores the app on its own, see Pathfinder. Free on the Chrome Web Store; runs in any Chromium browser.
FAQ
Do I need to write selectors? No — FlowScribe captures them from your recorded actions.
How is it different from Pathfinder? FlowScribe records a flow you perform; Pathfinder explores the UI autonomously to find untested paths.
Is it free? Yes, free on the Chrome Web Store.