Does UIPath Selector recognize aria-labels?

It’s rather simple. I have a dynamically built page that uses constantly changing IDs (e.g. ‘jazz_ui_menu_MenuItem_33_text’). I know I could replace the 33 for a *, but not only makes it lose focus on the following executions, but there’s many ui_menu_MenuItem__text depending on the context (which also changes with every execution). In short, believe when I tell you I tried a lot of things (including anchors, relative elements, etc).

Seeing the html code, I see that loads of menu items have fixed aria-labels (used for screen readers). Does UIPath recognize those? Could I use them to nail down the selector to the UIElement?

Cheers
Stratum