I am currently trying to move the cursor to a point (org.openqa.selenium.Point) that has been set by checking for an occurrence of a marker on a live chart from
org.openqa.selenium.Point
Robot robot = new Robot(); robot.mouseMove(coordinates.x,coordinates.y+80);
Rotbot is good solution. It works for me.