booking_login
Opens a visible browser window for Booking.com login and returns immediately. User completes sign-in, then call booking_login_status to confirm session capture.
Instructions
Start an interactive Booking.com login. Opens a VISIBLE browser window at the sign-in page and returns IMMEDIATELY (non-blocking) — sign-in runs in the background, so this won't hang the client while the user waits on an emailed/SMS code, 2FA or CAPTCHA. The user completes sign-in in that window, then you call booking_login_status to confirm the session was captured. Requires Google Chrome and a desktop display (cannot run on a headless server).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeoutSeconds | No | How long the background poller waits for sign-in to complete before giving up and closing the window, in seconds (default: 600 = 10 min, max: 1800 = 30 min). Increase if email/SMS verification codes are slow. |