amsterr
Results
1
comments of
amsterr
The following workaround is working for me: adbclient.py ``` def touch(self, x, y, eventType=DOWN_AND_UP): if eventType == DOWN_AND_UP: self.shell('input tap %d %d' % (x, y)) elif eventType == DOWN: self.drag((x,y),...