How to preserve authenticated status across sessions.
finic.save_browser_state()
each time after your automation completes a login attempt.
Example:
browser_state.json
. The next time the automation runs, it will check for browser_state.json
and if it exists, will load the cookies and local
storage objects into memory. For most websites, this means the automation does not need to login in again unless the session has been invalidated by the service.