zhangpeng23796

Results 5 issues of zhangpeng23796

Environment is ok, it is normal on other devices,but can't work on HUAWEI V10 and XIAOMI MIX2. it can't find elements in left view. The Android Version is Android 8.0....

needs more info

在使用UIRecorder录屏时,如果密码框需要输入"Xfhj@1019"时,无法按照期望的输入到设备上,请问如何处理?大神求助 ![image](https://user-images.githubusercontent.com/26616673/39567102-715bb842-4ef0-11e8-87f2-78598300ba5c.png) 实际大写变成了小写,特殊字符没输入。 ![image](https://user-images.githubusercontent.com/26616673/39567118-81d7da7a-4ef0-11e8-8261-05eefc269c3c.png)

when work in Fragment, some errors: 03-23 12:18:56.315 32415-32415/com.test.webtest E/AndroidRuntime: FATAL EXCEPTION: main Process: com.test.webtest, PID: 32415 java.lang.IllegalArgumentException: Wrong state class, expecting View State but received class android.os.Bundle instead. This...

app-inspector -u 10.167.3.124:7589 --verbose打开华为5X(KIW-TL00H)时报错,报错信息如下,其他机器没有问题。 **************************************** * version 2.0.14 is outdate * * run: npm i -g [email protected] * **************************************** >> server.js:16:12 [master] pid:67918 server start with config: { port: 5678,...

如果在脚本中设置autoAcceptAlerts=true,用来实现自动接收系统权限提示,但是假如ListView中嵌套Button、TextView时,如果设置android:descendantFocusability="blocksDescendants,这些按钮会被自动触发。建议Android autoAcceptAlerts=true时增加排除名单,减小误操作。