In a website there is an Icon, whenever we mouse hover on it, it will give a list of items. In that list some are disabled/enabled. I want to check a specific item is enabled or disabled.
First check the html structure of these menu items using code inspection in browser, once you found the unique class or id or tag used in these, you can use a find children activity to filter these items.
Please let me know once you found the element structure, I can help on hovering and then use Find Children.
Ohhhh, Can you press ctrl+f in elements tab and copy //li[@style=‘width:max-content’]
If you are able to see exact 7 elements then you can proceed with UiPath logic.