← Back to Notte

What is Notte's demonstration mode, and how does it help create browser automations?

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:

  1. Open a Demonstrate Mode session.
  2. Perform the workflow once in the live browser.
  3. Review the generated automation code.
  4. Edit the code for parameters, validation, retries, and edge cases.
  5. 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.