Signature

def get_cookies(self) -> list[notte_sdk.types.Cookie]

Returns

list[Cookie]: The response containing the list of cookies in the session.

Raises

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