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:
- I am able to spy all the elements in Java application except the parent menu on top left i.e. Application, Help
- 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