Delegates a natural-language intent to Browserbase Stagehand (act / extract / observe) against the live session.
The Browserbase session id to act within.
The natural-language intent (e.g. 'log in with the test account').
The result Stagehand reported for the intent.
Creates a new Browserbase session and returns its id, CDP connect endpoint, and hosted live-view URL.
The session-creation options (opaque resolved configuration).
The created session's handles.
Ends a Browserbase session, releasing the backing browser. Should be idempotent / non-throwing for an already-released session so teardown is safe to run more than once.
The Browserbase session id to end.
The minimal Browserbase service surface the import('./browserbase-remote-browser').BrowserbaseRemoteBrowser driver depends on. Production binds this to the real
@browserbasehq/sdk+ Stagehand; tests inject aFakeBrowserbaseClient.