Question #235451 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235451

hakim johari gave more information on the question:
i tried to use this script

top1 = find(Pattern("some_pic.png").targetOffset(0,18)) # ref for list 1
clickList(top1)

type(' ', KeyModifier.CTRL)

top2 = find(Pattern("some_other_pic.png").targetOffset(0,18)))# ref for list 2, 
may be different targetOffset
clickList(top2)

but i guess it didn't work :-\

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to