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.
Steps
- Default: x y = pixels from window top-left (...
- Use --abs flag to pass absolute screen coord...
- Debugging tip: the click output line prints...
- Verified 2026-04-22: test-win-click-abs-coor...