sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #44059
Re: [Question #659217]: Click 1st item in the Menu drop down
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.