uiautomator icon indicating copy to clipboard operation
uiautomator copied to clipboard

Python wrapper of Android uiautomator test tool.

Results 108 uiautomator issues
Sort by recently updated
recently updated
newest added

``` raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=9011): Max retries exceeded with url: /jsonrpc/0 (Caused by NewConnectionError(': Failed to establish a new connection: [WinError 10061] No connection could...

Adb output: ``` adb devices List of devices attached ZY2243GTVC device ``` And script: ```python from uiautomator import Device d = Device('ZY2243GTVC') print(d.dump()) # this line is not executed. the...

你好,请问这个包支持Python37环境吗,我这边Python3.7.9执行脚本,脚本一直处于阻塞状态

https://github.com/openatx/uiautomator2

1.adb shell uiautomator runtest uiautomator-stub.jar bundle.jar -c com.github.uiautomatorstub.Stub INSTRUMENTATION_STATUS: numtests=1 INSTRUMENTATION_STATUS: stream= com.github.uiautomatorstub.Stub: INSTRUMENTATION_STATUS: id=UiAutomatorTestRunner INSTRUMENTATION_STATUS: test=testUIAutomatorStub INSTRUMENTATION_STATUS: class=com.github.uiautomatorstub.Stub INSTRUMENTATION_STATUS: current=1 INSTRUMENTATION_STATUS_CODE: 1 2.adb forward --list 4d002628ca0eb100 tcp:9008 tcp:9008 3.curl...

..\conftest.py:9: in test_setup d.demo.close_all() ..\..\..\lib\demo.py:412: in close_all self.device.press.recent() ..\..\..\..\venv\lib\site-packages\uiautomator\__init__.py:74: in __call__ return self.func(*args, **kwargs) ..\..\..\..\venv\lib\site-packages\uiautomator\__init__.py:787: in _press return self.server.jsonrpc.pressKey(str(key)) ..\..\..\..\venv\lib\site-packages\uiautomator\__init__.py:421: in wrapper return _method_obj(*args, **kwargs) ..\..\..\..\venv\lib\site-packages\uiautomator\__init__.py:132: in __call__ "%s: %s"...

I don't know why, but sometimes the click operation returns false in the code I wrote. I don't know what am I doing wrong. ```PYTHON from uiautomator import device as...

Run uiautomator 1.0 on android device on version 6.0.1 Please let me know what could be issue and work around. Thanks. *********************************** Get exception below: 05-22 14:49:12.050 31662 31662 D...