Feature Request
Allow saving and restoring browser cookies/storage between BrowseSession instances.
session.save_state("session.json")
# later
async with BrowseSession(restore_state="session.json") as session:
...
Motivation
Login persistence for authenticated workflows without re-authenticating each time.
Feature Request
Allow saving and restoring browser cookies/storage between BrowseSession instances.
Motivation
Login persistence for authenticated workflows without re-authenticating each time.