browser-use--browser-harness
dcd8137624
capture_screenshot() saves PNGs at device pixels, but click_at_xy() takes CSS pixels. On a HiDPI / Retina display that's a 2x factor — reading a coordinate off the screenshot and clicking it directly misses by half. Document the conversion in interaction-skills/screenshots.md and add a docstring to click_at_xy pointing at it.