Question #659217 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/659217
Description changed to:
Hi All,
I am working on application where I need to click on "Selection" menu
and click on "Employee" submenu.
Main = Find("image.png")
click("image.png")
employee = match(menu.getX(), menu.getY()+10,0,0,1)
click(employee)
It did not work. I know I am doing basics wrong. Can you please help me.
--
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