linkedin_login_browser
Opens LinkedIn sign-in page and waits for manual authentication, preserving session via persistent Chrome profile. Ensures real session confirmation before proceeding.
Instructions
Open LinkedIn's sign-in page and wait for you to sign in yourself.
This server never sees, types, stores or transmits a password. It opens a browser window at linkedin.com/login; you type into that window; the persistent Chrome profile keeps the session afterwards, so this is a one-time step until LinkedIn expires it.
The window stays open until the identity endpoint confirms a real session, the window is closed, or wait_seconds runs out. A cookie appearing does not end the wait -- it only causes the endpoint to be asked again. On timeout the result is authenticated false with a reason, never an optimistic success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait_seconds | No | how long to leave the window open for you. Default 300. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||