Question #674145 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/674145
Status: Answered => Open
Paul Chambre is still having a problem:
Hi,
Your suggestion was:
"Just click, where you are after the hover ;-)
so:
appWindow.hover(OpenNotebook);
appWindow.click(); # clicks the last match in region appWindow
or so:
appWindow.hover(OpenNotebook);
click(Mouse.at()) # click, where the mouse is"
The very first two lines of my method are:
appWindow.hover(OpenNotebook);
appWindow.click();
So it certainly is visited.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp