π Python uiautomator2 bridge via http request
uiautomator2 is a python wrapper for the UIAutomator2 service. It connects via x86 UIAutomator2 Server on your pc to any android device and performs actions using http interface directly on the device.
# params = {'x': 1, 'y': 1}
def click(self, host, params):
return self.executor(host, 'action', 'click', params)