-
例如uiautomator的mDevice.waitForIdle();如何通过uiautomator2完成?
-
Hi @KazuCocoa I found this issue : please help, maybe I miss something
=============
Video
=============
https://github.com/user-attachments/assets/bd1b5383-fb99-4964-96c3-54e291ff89c9
Fail…
-
Hi @KazuCocoa. I switch context and has this error "No Chromedriver found that can automate Chrome '130.0.6723'". It maybe is same this issue https://github.com/appium/appium-flutter-driver/issues/438…
-
Appium Automation is running very slow couldn't able to find, what could be the reason.
Appium version : v2.11.2
Desktop OS/version used to run Appium: Windows
Node.js version: v22.5.1
Npm: 10…
-
I tried to install in Win10 and I am stucked at the step where it ask me to run this command:
python3 -m uiautomator2 init
I am getting this error:
C:\Users\kckw_\OneDrive\Python Projects\gramadd…
-
Hangs whole execution of test at the same test step when do not find flutter widget with byValuekey or byText.
please find logs:
```
[6bd5f8b2][FlutterDriver@fb8a] >>> {"command":"waitForAbsent","…
-
While starting a session in flutter driver i get this error message given in the image below also my app gets started and within seconds it is closed
![issue](https://github.com/user-attachments/asse…
-
Hi, i'm greenhand in terms of app developing and encountered a problem which i couldn't solve.
Note that i've tried turning off the proxy or enabling it both on my phone and PC, but still get Interne…
-
### Build/Submit details page URL
https://expo.dev/accounts/rithmm/projects/rithmm-mobile/builds/83841b26-0738-4c10-832b-4956d99e831e
### Summary
I'm consistently getting this integrity misma…
-
手机型号:HONOR 50 android:14
uiautomator2的版本号:3.2.4
具体代码:
import uiautomator2 as u2
d = u2.connect('192.168.2.101:39863')
d.debug = True
message = "uiautomator2 是一个基于UIAutomator的…