login_service
Automate login to online services by launching a browser, filling credentials, and solving captchas.
Instructions
Automate login to a service using stored credentials. Launches browser, fills form, handles captcha.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session ID from browser_launch | |
| credentialId | Yes | Credential ID from store_credentials or list_credentials | |
| solveCaptcha | No | Automatically detect and solve captcha |