← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #255113]: Sikuli clicks an empty space instead of pattern itself

 

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

    Status: Open => Answered

Eugene S proposed the following answer:
Hi,

I have experienced a similar behavior as well. In my case, I used the
"highlight" method when finding each pattern and it was what caused that
problem. So if you do use it, try doing the same operation without it.

If that's not the case, you can always try to use keyboard buttons to
navigate through your menu. So click on the "File" menu as you did
before and then just use type as below:

for i in range (<the number of the item in the menu>):
    type(Key.DOWN)

type(Key.ENTER)


Eugene

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