Function: discoverSessionBrowser()
discoverSessionBrowser(
userDataDir):Promise<SessionBrowser|undefined>
Defined in: packages/aiui-util/src/browser.ts:65
A live session browser for this profile, if one is running. Never launches anything; safe to call from non-interactive paths.
Parameters
userDataDir
string
Returns
Promise<SessionBrowser | undefined>