ancestry_session
Check whether your Ancestry session is active and identify the logged-in user. If not, launch a Chrome sign-in flow to authenticate and store the session.
Instructions
Ancestry login session (cookies in .session.json; no browser needed for normal use). "status" reports whether the session is valid and who the user is. "login" opens the sign-in page in a dedicated Chrome window, waits for the user to sign in, saves the cookies, and closes Chrome — run it only when status says not logged in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| timeoutSeconds | No | login: how long to wait for the user (default 300) |