Session Replays are one of Notte’s most powerful debugging features. They enable you to replay and analyze automation sessions, allowing you to inspect actions performed and network requests page by page.To understand how Session Replays can enhance your development workflow, we’ll walk through a quickstart guide.Let’s get started with viewing your first session replay.
While a session is active, you can use the live viewer to monitor the session in real-time:
Copy
Ask AI
from notte_sdk import NotteClientnotte = NotteClient()with notte.Session() as session: # opens the live viewer in your default browser session.viewer()