• fix: polish two Hermes follow-up cosmetics (invalid-selector wording, empty url glob)

    oimwiodev released this 2026-06-10 06:12:34 +00:00 | 163 commits to main since this release

    • invalid CSS selector now errors "Invalid selector '': " instead of
      the misleading "Element not found" — the coordinate path (resolve_by_selector)
      now also inspects exception_details, matching resolve_element_object_id.
    • wait --url "" is rejected at parse time ("needs a non-empty pattern") rather
      than silently matching any URL. Unit test added.

    Not changed: verb-less find role X defaulting to a click. That default is a
    deliberate, tested decision (test_find_role_default_subaction_click_when_no_action);
    changing it to locate-and-report is a design choice left to the maintainer.

    Downloads