harshad_w
4 years agoOccasional Contributor
Cannot perform a hovermouse action when the RDP is disconnected
I am getting this error when trying to hover over a blank screen. "There was an attempt to perform an action at point (436, 504), which is out of the window bounds." There's no other dialog or window...
- 4 years ago
Sorry Harshad, I miss understood your question.
Instead of using a hover function can you try setting the built in Sys.Desktop.MouseX and Sys.Desktop.MouseY properties like this:
Sys.Desktop.MouseX = 436;
Sys.Desktop.MouseY = 504;
Hopefully, the mouse will move to the location when not connected through the Remote Desktop.