yanglikai0806

Results 3 comments of yanglikai0806

I meet same problem , and resolved it . I find "def stop()" in __init__.py do not worked, maybe beacause of my phone is not rooted, so i change it...

Hi @xiaocong @sudhuhegde it is working , i add xiaocong 's code( just changed a little) to uiautomator.py as: _______________________________________________________________ def double_click(self, x=500, y=500): config = self.server.jsonrpc.getConfigurator() config['actionAcknowledgmentTimeout'] = 40...

my python3.6 also meets this issue, any way to resolve this ?