Re: [Sikuli-driver] [Question #199983]: Right click shortcut cant find click item

2012-06-10 Thread RaiMan
Question #199983 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/199983 Status: Open = Answered RaiMan proposed the following answer: might be a timing problem: your find comes too fast after the rightClick(). the principle: rightClick() wait(1) find() -- You received

[Sikuli-driver] [Question #199983]: Right click shortcut cant find click item

2012-06-09 Thread Mark Allen
New question #199983 on Sikuli: https://answers.launchpad.net/sikuli/+question/199983 Right clicking Windows XP desktop shortcut, that works fine and displays the right click context list but I cant seem to get Sikuli to find the item in the list from the click pictures I've provided it. I've