All questions
Can I log in myself, hand over to an Agent, and reuse the login later?
You can log in through the live Chromium page, then let your Agent continue in the same session. If your project supports persistent Contexts, you can also save browser state for later tasks.
A Context stores cookies and browser storage. To reuse login state, attach a Context when creating the session and close the session normally when the task ends so its state can be saved.
- Create a Chromium session with a Context, then open Remote View and log in.
- Keep the session active and pause Agent or script interactions while you work. Resume the task after confirming that login is complete.
- Close the session normally when finished. Wait for the Context to become available, then use it to create a later session.
Login validity depends on the website. You may need to log in again if the login expires or the website requires verification. Context persistence also requires support in your current project plan.
