Move mouse to xPath?

Is it possible to move the mouse to an xPath in Chrome? KM 11.0.2, Chrome 122.0.6261.129

This thread is a about firing the click event of the first element that matches a particular XPath:

We don't know your use case, but if you want to position the mouse cursor over the centre of an element's bounding client rect without clicking, then you may have to derive an absolute display position from the relative position (Element: getBoundingClientRect() method - Web APIs | MDN), within the browser document window.