CERT-SSN-LIVE
Single live-browser certification: writes the taxpayer SSN into TaxProLink's New Return screen (both Primary SSN and Reenter SSN groups), clicks Save and Continue, and verifies TaxProLink advanced to the next page. All six SSN segments are verified by DOM readback. No other fields are touched. This is the only certification client that drives a real TaxProLink session today.
Live New Return screen certification — explicit PASS gate.
This run dispatches exactly one live TaxProLink operation (tpl.new_return.create) via BrowserRuntime.run_op() and stops. The result is PASS only if every criterion below is met; otherwise FAIL — no partial success.
The Preparation Reconciliation Report renders an explicit CERT-SSN-LIVE pass/fail gate built from these eleven checks.
Enqueues this client's Return Summary onto the work queue. The paired Windows Agent picks the job up on its next poll and drives TaxProLink end-to-end. Requires a paired workstation with the Agent online and a TaxProLink session the preparer has signed in to.
Diagnostics
Behind-the-scenes checks Abbicus runs before each execution: agent, Chrome tab, expected screen, anchor field, plus the full top URL / frame map / tab list on failure.
Agent version
Expected v0.1.80
Chrome / CDP reachable
not yet checked
TaxProLink tab attached
not yet checked
Expected screen detected
not yet checked
First field focused by agent
not yet checked
Run Certification
Run Preflight above. This button enables when all preflight checks pass.
Engine-only simulator runs live at /dev/simulator.
Navigation & Mapper Probe (v0.1.56)
Read-only TPL probe. The form_grid_dom probe stops at the grid; the new form_entry_dom probe (v0.1.56) continues through Add New and enumerates every editable field on the blank entry form so we can build the mapper. Neither probe types a value or clicks Save. Every completed run is auto-saved and listed below.
Form Grid DOM probe (generalized)
Fill and save Personal Information first (or run CERT-001). Enter the tree anchor id (e.g. 1099R, 1099INT, 1099DIV, W2), then press Capture. The probe locates the live treeview frame by URL pattern, dumps every anchor, synthetic-clicks the requested anchor, polls for the grid frame, and dumps every control + every onclick attribute containing nextCall=. It stops there.
Recent probe captures (auto-saved)
No captures yet.
Tax year
2025
Population
Basic W2
Expected reconciliation outcome
All match
Name
Morgan T. Avery
Filing status
Single
Household
Single-screen test — not a full return
Location
Fictional — Austin, TX
Live-DOM certification scaffold. Only the New Return SSN screen is exercised against TaxProLink. Nothing else is entered, submitted, or filed.
No items expected to require preparer review.
Execution
2 steps — Completed
Plan is fixed at session_check + start_new_return because the Return Summary carries execution_scope="live_ssn_only". No simulator handler is invoked.
Reconciliation
0 forms, 3 matches, 0 review items
Completed return
rs_cert_ssn_live · version 0.1.0
Permanent single-field live-browser certification. SSN is fictional. Do not add additional fields here — the whole point of this client is that the plan stays at exactly two steps so the SSN slice is provable in isolation. Workflow expansion requires fresh governance approval.