CLOUDCRUISE UNITED

Y-ladder (position:fixed — viewport y is scroll-invariant)
y1
y2
y3
y4
y5

Native Click Precision

Measures the offset between where a native click was aimed (element center) and where it actually landed. A document-level capture-phase mousedown listener records every click, so a click that misses its target is still recorded — attributed to the nearest target and marked as a miss.

The y-ladder holds box size constant and varies viewport y: a flat mean dy means a constant offset, a mean dy that grows with y means a scale error. The height-ladder holds y roughly constant and shrinks the box to find the height at which clicks start landing outside.

Height ladder (px)

40
32
24
21
16
12

Summary

clicks recorded0
landed outside target0
mean dx (css px)null
mean dy (css px)null
dy spreadnull
y-fit slopenull
y-fit interceptnull
verdictinsufficient-data
selection escaped inputNO

Per target

targethcenterYnmissmeanDxmeanDydy range

Results JSON

{
  "runLabel": "",
  "env": null,
  "summary": {
    "clicks": 0,
    "misses": 0,
    "meanDx": null,
    "meanDy": null,
    "spreadDy": null,
    "escapedSelections": 0,
    "verdict": "insufficient-data"
  },
  "yFit": null,
  "perTarget": [],
  "inputValues": {},
  "selections": [],
  "events": []
}