Browser Form Fill Fill a form using a structured field map ( ). When a entry exists for the host, use it to resolve field names → CSS selectors automatically; otherwise resolve via the page accessibility snapshot. When to use - Submitting a known form (signup, contact, checkout) where field names are stable. - Re-using a stored template for a recurring submission. - Authoring a new template for a site by recording the resolved selectors. Steps 1. Open a recorded session via . 2. Resolve selectors : - Template path ( ): pull from . - Snapshot path : call , walk the accessibility tree, match ea…