Unable to spy menu items in Java Application

Hi All,

I am trying to automate a Java application. It has got menu on top left (For example, Application, Help). After clicking on the Application, various menu items open up. If you click on these menu items, all child items for the menu would open up. I have two issues:

  1. I am able to spy all the elements in Java application except the parent menu on top left i.e. Application, Help
  2. Selectors for child menu items are all the same, hence unable to distinguish between them and proceed further
    Selector=“<role=‘menu item’ />”

Has any one seen the two issues before?

PS: Java extansion is installed and have successfully verified the installation

hey

for those part you should use image, or computer vision activities, if you can get some of the elements then extension is installed succesfully but it ends here. So you will need help on keyboard activities or image automation

regards