← Back to team overview

sikuli-driver team mailing list archive

[Question #659217]: Click 1st item in the Menu drop down

 

New question #659217 on Sikuli:
https://answers.launchpad.net/sikuli/+question/659217

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(),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.