Example:
replay = session.replay()
Note that the replay is only available after the session has been stopped.
Also you need to perform at least one action for the replay to be available.

Returns

WebpReplay: The replay data in WEBP format.

Raises

  • ValueError: If the session hasn’t been started yet (no session_id available).