New question #246403 on Sikuli: https://answers.launchpad.net/sikuli/+question/246403
Hello team, in my project i have to select 2 images, manually i can do it will Ctrl key. but using sikuli how can i accomplish that. i have tried 1) click(image1.png) KeyModifier.CTRL click(image2.png) Not behaving as expected. 2) click(image1.png) type(KeyModifier.CTRL) click(image2.png) [error] TypeError( type(): 1st can't ne coerced to String) i am expecting it should show me both images selected, but it is not. Help me to get this done. Regards Garima -- 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

