Session Replays are one of LumiTeh’s most powerful debugging features. They let you replay and analyze automation sessions, allowing you to inspect actions performed and network requests page by page.
To see how Session Replays can improve your development workflow, let’s walk through a quickstart guide.
Let’s get started with viewing your first session replay.
Viewing Session Replays
There are two ways to gain visual insights into your session’s execution:
1. Session Replay
When a session is complete, you can download the replay as a WebP image:
from lumiteh_sdk import LumiTehClient
lumiteh = LumiTehClient()
with lumiteh.Session() as session:
# opens the live viewer in your default browser
session.viewer()