Skip to main content
Need to find specific screen coordinates for keepalive configuration or other automation tasks? Use the built-in coordinate capture tool.

Usage

cyberdriver coords
How to use:
  1. Run the command in your terminal
  2. Right-click anywhere on your screen (the Start button, Search icon, etc.)
  3. The terminal will display the X,Y coordinates and a ready-to-use command
  4. Press Esc to exit

Example output

Right-click anywhere to capture coordinates. Press Esc to exit.

✓ Click captured: X=10, Y=1070

Use with keepalive:
  cyberdriver join --secret YOUR_KEY --keepalive \
    --keepalive-click-x 10 --keepalive-click-y 1070
You can right-click multiple times to try different locations. Each right-click will show you the coordinates and command.
Trackpad users: Right-click by using a two-finger click or tap on your trackpad. Regular left-clicks work normally and won’t be captured.

Common use cases

Finding the Start button

Right-click on your Windows Start button to get the exact coordinates for keepalive mode.

Custom keepalive locations

If your Start menu is in a non-standard position (like a vertical taskbar or centered taskbar), use coords to find the right location.

Automation scripting

When building custom automation that needs specific click targets, use coords to identify exact screen positions.