-
I am executing this **./gradlew examples:ex2_espresso:assembleDebug examples:ex4_uiautomator:assembleDebug** but again and again getting error. I have already downloaded android version 24,27,28,29. A…
-
-
On Ubuntu 11.10, using Python 2.7 and uiautomator 1.16, the following error is encountered:
usrlib2.URLError:
-
Hi I am trying to run some device test using python on windows.
I am getting an error - RPC server not started!
Code -
```
from uiautomator import device as d
d.screen.on()
```
I am not sure how …
-
启动provider后,没有自动安装minicap, minitouch, atx-agent, app-uiautomator-[test].apk, whatsinput-apk
确认已经打开了开发者选项和USB调试,这会是什么问题?
![image](https://user-images.githubusercontent.com/468509/112564992-36388d…
-
Adb output:
```
adb devices
List of devices attached
ZY2243GTVC device
```
And script:
```python
from uiautomator import Device
d = Device('ZY2243GTVC')
print(d.dump()) # this lin…
-
Before i start,
Any ideas if your project would solve my issue?
http://code.google.com/p/android/issues/detail?id=62906
Thank you!
-
如题,能否提供完整的jsonrpc完整的方法列表。比如click等。
-
### Current Behaviour
Can't compile the UI tests when both libraries are up to date.
#### Stack trace
Conflicting dependencies.
```
Execution failed for task ':app:mergeBetaGoogleDebugAnd…
-
we generate script code by uiautomator-server which version is 3.5.0.recently ,some full screen devices canot find those most bottom elements,so we update the uiauomator-server to 4.3.0.Although botto…