sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #24298
Re: [Question #244228]: how to write signature with mouse in sikuli
Question #244228 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/244228
Status: Needs information => Answered
obiwan-92 proposed the following answer:
Hello.
try this :
hover(Location(x, y))
mouseDown(Button.LEFT) # Begin to write your signature
hover(Location(x, y))
mouseUp() # Stop to write
Do this last command each time you write a line to do your signature.
Regards.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.