web_login
Opens a visible browser window so a person can log in or pass a challenge manually, then saves cookies to a profile for later fetches.
Instructions
Open a visible browser window so a person can log in or pass a challenge by hand, then save the cookies to a profile. Use when a fetch returns blocked_reason naming a login wall or a challenge no automatic tier clears. Without profile the domain's auto profile is used and later fetches pick it up on their own; name a profile to reuse it explicitly. Move it to another machine with web_profile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The page to open in the visible window: the login form, or the blocked page itself. | |
| profile | No | Profile to save the cookies under. Default: the domain's auto profile, which later fetches use on their own. | |
| timeout_s | No | Seconds to wait for the person to finish; closing the window finishes early. Default 300. |