← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #248998]: click on a context menu option

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
Not really a bug, but a known issue with open menus, that close in the
moment, they do not have the focus any longer (most menus todayy have
this behavior).

The crosshair shown in slow motion steels the focus. This issue can only
be solved with a completely different approach for slow motion.

an alternative, to see what is happening in these situations:

rightClick(image1.png)
hover(image2.png)
wait(2)
click() # with version 1.0.1 or
click(getLastMatch()) # with RC3

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