Move mouse cursor to specific screen coordinate

Job ID: 36015025

Budget: $2 – $3 USD

We need a script for Selenium Java library that will move mouse coordinate to specific x and y coordinate of the screen assuming that the browser is full screen and using the percentage of the screen.

More details. This line of code chromeDriver.manage().window().maximize(); will maximize the browser. We have x,y screen coordinate of some specific point on monitor A and we know the resolution of that monitor (width and height). Now lets say we run the Selenium script on another monitor (with different width and height ratio) and as an input we give the x, y, width, height, and the script will move the cursor on this other monitor to the same position using position percentage calculation from the first monitor.