How It Works
-
Create a Profile - Call
client.create_profile(profile_id="my-profile")to create a new profile. -
Authenticate - Open a session with the profile and navigate to
live_url()to log in manually. Your cookies are saved to the profile. -
Reuse - In future sessions, pass the same
profile_id. The agent uses the stored cookies automatically.
Example
Python