← Back to wkappbot-core
wkappbot-core ★★☆

nfrunlite reconnect popup dismiss via a11y click window-relative coords

Untitled #32770 reconnect popup in nfrunlite: a11y invoke fails (treated as blocker). BM_CLICK fails (UIPI). Solution: EnumChildWindows -> Button, GetWindowRect -> window-relative coords (subtract popup rect!) -> wkappbot a11y click <grap> --x cx_rel --y cy_rel. win-click is DEPRECATED (prints suggest+exits 1). Bug: passing raw screen coords without subtracting popup origin causes off-target clicks when popup not at (0,0).

user/developer
nfrunlitereconnectpopupwin-clickelevatedUIPI

Steps

  1. Detect: scan #32770 windows with Static chil...
  2. Find OK button: EnumChildWindows for cls=But...
  3. Get WINDOW-RELATIVE coords: GetWindowRect(bt...
  4. Dismiss: wkappbot a11y click <grap> --x cx_r...
  5. Retry: 60s daemon thread; verified fix in au...
  6. Maintainer sync (2026-05-01): HQ copy is aut...
  7. (2026-05-02) Migration: replace 'wkappbot --...