I need to check Source of Account from dynamic data (Multple Account with same name and dynamic balance), so I check on the mcindex from the object. The android app is already re-packaged.
Below is the example
And below is the Object Spy result:
"Class Name:=MobileLabel",
"accessibilityid:=",
"bottom:=407",
"class:=Label",
"container:=",
"hint:=",
"ischeckable:=False",
"ischecked:=False",
"isclickable:=False",
"isenabled:=True",
"isfocusable:=False",
"isfocused:=False",
"left:=111",
"mcindex:=0",
"nativeclass:=android\.widget\.TextView",
"resourceid:=id\.co\.cimbniaga\.mobile\.android\.release:id/tv_account_name",
"right:=277",
"text:=FLEXI TD",
"top:=353"
In the example above the mcindex is "0", so I test with the GetROProperty. The result, the mcindex is "empty".