Notte Demonstrate Mode lets you perform a browser workflow manually and use that recording to generate editable automation code.
It is useful when a workflow is easier to show than to describe: navigating a vendor portal, filling an internal form, exporting a report, or moving through a multi-step UI with non-obvious transitions.
A conservative way to use it:
- Open a Demonstrate Mode session.
- Perform the workflow once in the live browser.
- Review the generated automation code.
- Edit the code for parameters, validation, retries, and edge cases.
- Run it as a normal Notte automation or function.
Do not treat Demonstrate Mode as magic record-and-replay. The generated code still deserves review, especially for authentication, dynamic inputs, branching UI, and failure handling.
Docs: Demonstrate Mode.