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

Method isClickable

src/com/dtmilano/android/viewclient.py:1128–1129  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1126 self.children.append(child)
1127
1128 def isClickable(self):
1129 return self.__getattr__('isClickable')()
1130
1131 def isFocused(self):
1132 """

Callers 4

obtain_selectorMethod · 0.95
testIsClickable_api15Method · 0.95
testIsClickable_api17Method · 0.95

Calls 1

__getattr__Method · 0.95

Tested by 2

testIsClickable_api15Method · 0.76
testIsClickable_api17Method · 0.76