Point the agent at a Kernel browser
What you gain
Things to check
- Keep the default context and page. Kernel browsers launch with one already open. Browser Use handles this, but custom harness code should use
contexts()[0]/pages()[0]rather than creating new ones. - Set
timeout_seconds. An agent that stalls shouldn’t leave a browser running — see termination. - Concurrency is per plan. Running many agents at once is bounded by concurrency and limits.