Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Mouse
#1
Hi, I am trying to figure out how to get the mouse to click in a certain area on the screen and hold down the left click for a certain amount of time before it releases , i tried using record but that doesn't work so great.. any help would be great.. thanks
#2
left button = lef
right button = rig

left button pressed = lef+
lef button released = lef-


press left button for 0.5 sec in iexplore window is

int x(100) y(100)
int w=win("" "iexplore") ;;; if omit, on screen
lef+ x y w
wait 0.5
lef-


Forum Jump:


Users browsing this thread: 1 Guest(s)