HI Guys,
I have below attributes:
index 0
text Remember me?
class android.widget.CheckBox
content-desc
checkable true
checked true
clickable true
enabled true
focusable true
focused false
scrollable false
long-clickable false
password false
selected false
bounds [128,1313][827,1377]
resource-id com.cmo.compliance.android:id/remember
instance 0
I am able to get boolean attribute checked etc but not able to getAttribute(“instance”). How to get instance value?
Please help me.