
Hi,
im currently writting some UI tests for my application and i found that the tabItem of the panels do not have any AutomationId defined even though there is some defined for my panel.
I am able to find the active panel without any problem using those ID, but i cannot find the TabItems using them because there is no name defined.
Would it be possible to definition some if the panel have such ID defined maybe by using a naming convention like "tabItem_<PanelAutomatedID>?
(see images)
https://pasteboard.co/HL9MXmj.png
https://pasteboard.co/HL9N5Qj.png
Thanks