I want to move my mouse to different locations on an active screen and also want to perform mouse actions, i.e. right click or left click. I have already tried
Set ab = WScript.CreateObject("WScript.shell")
WshShell.SendKeys("{ClickRight x,y}"
Where x and y are coordinates, but it's not working.