← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #235451]: multiple selection

 

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.