sui Posted June 22, 2018 Share Posted June 22, 2018 hi everyone i wanted to ask if there is a command for mouseclick and hold ? like example ( mouseclick hold drag mouse click drop) thank you in advance Link to comment Share on other sites More sharing options...
jdelaney Posted June 22, 2018 Share Posted June 22, 2018 (edited) MouseClickDrag ( "button", x1, y1, x2, y2 [, speed = 10] ) AutoItSetOption ( "option" [, param] ) MouseClickDownDelay Alters the length a click is held down before release. Time in milliseconds to pause (default=10). MouseClickDragDelay Alters the length of the brief pause at the start and end of a mouse drag operation. Time in milliseconds to pause (default=250). you can create your own loop for time, and do MouseDown ( "button" ) MouseUp ( "button" ) Edited June 22, 2018 by jdelaney sui 1 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. Link to comment Share on other sites More sharing options...
sui Posted June 22, 2018 Author Share Posted June 22, 2018 Thank you alot Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now