sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #32057
Re: [Question #265817]: Can't empty Recicle Bin
Question #265817 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/265817
Status: Open => Answered
RaiMan proposed the following answer:
I guess (as often with context menus (appearing on right click)), the
way the mouse goes from the rightClick position to the
EmptyRecycleBin.png crosses areas, that are interpreted as "mouse-
leaves-sensitive area" and hence menu is closed.
But since Sikuli does not know anything about GUI and it's behaviour (it is all about pixels), it simply continues and then runs into the FindFailed of course.
With the targetOffset tab of the Preview window in the IDE, you can try to set the click points in a way, that the mouse track stays within the "allowed" areas.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.