MCPcopy Create free account
hub / github.com/dtmilano/AndroidViewClient / getUniqueId

Method getUniqueId

src/com/dtmilano/android/viewclient.py:607–617  ·  view source on GitHub ↗

Gets the unique Id of this View. @see: L{ViewClient.__splitAttrs()} for a discussion on B{Unique Ids}

(self)

Source from the content-addressed store, hash-verified

605 return 0
606
607 def getUniqueId(self):
608 """
609 Gets the unique Id of this View.
610
611 @see: L{ViewClient.__splitAttrs()} for a discussion on B{Unique Ids}
612 """
613
614 try:
615 return self.map['uniqueId']
616 except:
617 return None
618
619 def getVisibility(self):
620 """

Callers 13

__getXMethod · 0.95
__getYMethod · 0.95
getXYMethod · 0.95
getCoordsMethod · 0.95
populateViewTreeMethod · 0.80
__parseTreeMethod · 0.80
findViewByIdMethod · 0.80
testGetUniqueIdMethod · 0.80
__getClassAndIdMethod · 0.80

Calls

no outgoing calls