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

Method getX

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

Gets the View X coordinate

(self)

Source from the content-addressed store, hash-verified

634 return -1
635
636 def getX(self):
637 """
638 Gets the View X coordinate
639 """
640
641 return self.getXY()[0]
642
643 def __getX(self):
644 """

Calls 1

getXYMethod · 0.95