← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #702721]: sikuli click function opening microsoft office

 

Question #702721 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/702721

RaiMan posted a new comment:
LOL, did not dare to ask, wether you have used click(<image>, <value>)
:-))

with click(someImage, n), the n is not a waittime, but a code for the
extra keys, that should be pressed with the click (sum of distinct
binary values for the keys like CTRL, SHIFT, ...).

with click(someImage) the standard waittime (3 secs) is used, if not
otherwise set via Settings.

another way:
wait(someImage, 10) #waits max 10 secs for the match
click() # clicks the last match

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.