Can I log in to a website myself, then let my Agent take over?
You can log in through a Chromium session that supports live interaction, then let your Agent continue in the same session. Your Agent or script needs to wait while you work so that both do not interact with the page at once.
- Create a Chromium session and open its live page in Remote View.
- Pause automated interactions, keep the session active, and complete the website’s login or verification yourself.
- Once login is complete, let the Agent continue its task in the same session.
To reuse the login in a later task, attach a persistent Context when creating the session and close the session normally when finished. The current Browser playground does not attach a persistent Context, so it cannot directly save this login for your next task. Use the SDK’s Context workflow when you need persistence.
