← Back to wkappbot
wkappbot ★☆☆

win-click coordinate system: window-relative vs --abs screen coords

win-click x y uses window-relative coords (from window top-left including title bar). Use --abs for absolute screen coordinates. Output shows both relX,relY and resolved screenX,screenY for debugging.

user/developer

Steps

  1. Default: x y = pixels from window top-left (...
  2. Use --abs flag to pass absolute screen coord...
  3. Debugging tip: the click output line prints...
  4. Verified 2026-04-22: test-win-click-abs-coor...