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

Method getY

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

Gets the View Y coordinate

(self)

Source from the content-addressed store, hash-verified

664 return x
665
666 def getY(self):
667 """
668 Gets the View Y coordinate
669 """
670
671 return self.getXY()[1]
672
673 def __getY(self):
674 """

Calls 1

getXYMethod · 0.95