get_login
Opens a browser for manual login, then captures authentication data for script use. Ideal for automating sessions requiring human sign-in.
Instructions
🔐 INTERACTIVE LOGIN: Opens browser to specified URL, waits for manual login, then captures authentication data. A floating 'Finish Connect' button appears for you to click when login is complete. Button persists through page redirects during login flow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to navigate to for login (e.g., 'https://google.com') | |
| autoClose | No | Automatically close browser after capturing login data (default: true). When true, clicking 'Finish Connect' will close the browser immediately after data capture. | |
| saveToFile | No | Save authentication data to a JSON file in /tmp directory (default: false). When true, returns file path for easy script integration. | |
| waitMessage | No | Custom message to display while waiting for login | Please complete your login, then click 'Finish Connect' |