You could use this answer to check which attributes are available (Convert UiPath.Core.UiElement to text - #5 by vvaidya). (Use his command in a write line activity to get a list of attributes)
You could then use this answer to check the contents of the attributes. (Show Value of all available Attributes for a given UI element - #2 by msan)