Jump to content

Recommended Posts

Posted

Can I make it so that when I put MouseClick("left", 300, 200), it will click those coordinates on a window so if I run it on a different computer or move the window, it will still click on the same spot.

Posted (edited)

AutoItSetOption("MouseCoordMode",2) for client

AutoItSetOption("MouseCoordMode",0) for window

But a Control based click will be more effective, and doesn't need an X/Y coord at all.  ControlClick.

Edited by jdelaney
IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...