Skip to main content
Templates
Auth

Persist login sessions with Profiles

Create a Notte Profile once, save authenticated browser state, and reuse it to access logged-in pages without repeating login.

Run this template

Clone just this template, configure Notte, and start the run.

Before running

Credential flow

  • Creating a browser profile with the Notte SDK.
  • Saving authenticated browser state with persist=True.
  • Reusing the same profile in a later session.
  • Scraping authenticated application data without replaying the login flow.