Variable, Uielement

@Kiran_Kumar
uielementvar.attributes will return a string array with all attribute keys

using this in a for each activity allows us to retrieve all available info on this element by:
uilelementvar.Get(“attributekeyname”)

Also have a look here on a prepared inspection approach:

2 Likes