← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #158974]: How to hover on cascading menu that disappears with loss of application window focus

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
--1. if you want to use find() based on captured menu entry images:
you have to restrict the find operations to the area where it matches with the expected entry and nothing else
e.g. firstMenu.below().find(nextMenu)

--2. if you want to use hover()/click() 
you should check wether mouseDown/mouesUp/mouseMove might give you more options to control the mouse movement/actions

-- 3. check whether it is better to use keyboard shortcuts/actions
so you might use type() and the arrow keys to navigate through a cascaded menu.

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