Right click shortcut cant find click item

Asked by Mark Allen

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 tried just a pic of the single item, I've tried a pic containing 3 items w/ the center being the middle item, still cant get it to work. Is this a Windows displayed region that Sikuli cant find?
Thanks,
Mark

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

might be a timing problem:
your find comes too fast after the rightClick().

the principle:
rightClick()
wait(1)
find()

Can you help with this problem?

Provide an answer of your own, or ask Mark Allen for more information if necessary.

To post a message you must log in.