Web Login
web_loginOpens a real browser window on the Mac for the user to sign into a website themselves (you never handle their password). After they log in, the session is saved on this Mac and reused by web_navigate/web_read/web_screenshot — they won't need to log in again. Use a stable session name per site (e.g. 'linkedin'). NOTE: automating sites like Instagram/LinkedIn may violate their terms — the user accepts that risk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The site's login URL to open, e.g. https://www.linkedin.com/login | |
| session | No | A stable name for this login profile, e.g. 'linkedin'. |