browser_open
Opens a URL in the persistent automation browser, reusing an existing logged-in session. Returns browser_busy if another process holds the profile, preventing session conflicts.
Instructions
Open a URL in the automation browser.
The browser launches on first use with a persistent profile, so a LinkedIn session established once is reused on later runs.
Only one process may drive that profile at a time -- two Chromes on one
profile delete each other's cookies, and the logged-in session cannot be
rebuilt from here. If another driver (the scheduled loop, a batch run)
has it, this returns browser_busy: true with the holder's name instead
of opening a second browser. Do not retry in a loop; the holder is
usually mid-application.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |