sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #21590
Re: [Question #237078]: How to push up/down the GUI window in sikuli?
Question #237078 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/237078
Status: Answered => Open
koventhan is still having a problem:
I am using below script for moving my Notepad to some location, but its not working as i expected
Please let me know what is wrong in it?
openApp("Notepad")
mouseDown(Button.LEFT)
mouseMove(Env.getMouseLocation().offset(100, 1000))
mouseUp()
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.