Lightweight coordinate‑based click automation for macOS. Designed for cases where screen capture / image recognition is blocked (e.g., certain game windows), so it uses fixed coordinates instead.
- One‑click coordinate recorder (click a point → name it → saved to config)
- Ordered steps with waits
- Simple, fast, low‑memory
pip install -r requirements.txtGrant Accessibility permission to ClickBot in: System Settings -> Privacy & Security -> Accessibility
python clickbot_ui.pypoints:
- name: Button A
x: 123
y: 456
steps:
- type: click_coords
x: 123
y: 456
clicks: 1
- type: wait
seconds: 1- Use Record Coords (click once) to add a point and auto‑append a step.
- Move mouse to top‑left corner to stop the script immediately.