c.addLabel(innerRegion.getCenter(), "Screen " + screenId).withFontSize(30);
c.addImage(Relative.to(innerRegion).center().above(200).getScreenLocation(), ImageIO.read(Images.Dog));
c.show();
// hover the mouse cursor to each corner of the inner circle
mouse.hover(Relative.to(innerRegion).topLeft().getScreenLocation());
mouse.hover(Relative.to(innerRegion).topRight().getScreenLocation());
mouse.hover(Relative.to(innerRegion).bottomRight().getScreenLocation());
mouse.hover(Relative.to(innerRegion).bottomLeft().getScreenLocation());
// find the dog and click on it