Jump to content

Recommended Posts

Posted

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

Posted (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 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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...