booking_login_status
Check the progress of an interactive login to Booking.com via browser automation. Returns in_progress, success, failed, or idle status.
Instructions
Check the progress of an interactive login started with booking_login. Returns status 'in_progress' (window still open, awaiting sign-in), 'success' (session captured and saved — other booking_* tools will reuse it), 'failed' (window closed or timed out before completing), or 'idle' (no login started). Poll this after calling booking_login until the status is no longer 'in_progress'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||