I have to identify our notify icon for UI automation. We are using the notifyicon from Hardcodet in our WPF solution. I was able to list all notifyicons in the visible and overflow area with the help of api and AutomationUI calls but i failed to identify our notifyicon. I set the AutomationProperties.AutomationId in xaml but within the AutomationElement the AutomationID is empty.
Can someone help me how to identify our notifyicon?