Hey @Kiran_Kumar,
The UiElement variable is basically an object holding element related properties & metadata.
Try using below code for getting the selector of that element.
UiElem.Selector.ToString
Assuming, UiElem is the variable name (you can change to yours)
Thanks