-
localBtn := d.XPath(`//*[@text="关注"]`).Wait(time.Minute)
if localBtn == nil {
log.Println("102: failed can't find local button")
return
}
localBtn.Click()
# coding: utf-8
#
import…
-
3.2.3版本,连接时报错,详细信息如下:
Traceback (most recent call last):
File "D:/mycode/mine/cv/ui.py", line 3, in
d = u2.connect() # 一个设备时, read env-var ANDROID_SERIAL
File "D:\mycode\mine\venv\lib\s…
-
- 手机型号 d.device_info 输出(序列化改了)
{'serial': 'xxx', 'sdk': 25, 'brand': 'SMARTISAN', 'model': 'OD103', 'arch': 'arm64-v8a', 'version': None}
- uiautomator2的版本号(`pip show uiautomator2`)
```…
hick updated
2 months ago
-
### Search before asking
- [X] I searched in the issue and found nothing similar. | 我查找了并确认issue列表无相似报告。
### Sonic version
v2.6.3
### Deploy platform
mac
### Minimal reproduce step…
-
I think that the `mobile: setGeolocation` is not available on the last stable version of UIAutomator2 since I get the following error:
```cmd
WebDriverError: Unknown mobile command "setGeolocatio…
-
#### What are you trying to achieve?
To output the correct test case title in the LambdaTest dashboard. When I commented appiumV2: true, I can get the correct title displayed on the LambdaTest dashbo…
-
Hey wondering if anyone can help with using ui automator 2, I tried following https://github.com/calabash/calabash-android/wiki/UIautomator2, but when I use any of the commands I get a run time error …
-
Hi
Suddenly I'm unable to uninstall `io.appium.uiautomator2.server` for one of my real devices:
steps to repro:
adb -s R5CT83YDZ2M uninstall io.appium.uiautomator2.server
adb -s R5CT83YDZ2M un…
-
File "/usr/local/python3.6.7/lib/python3.6/site-packages/uiautomator2/__init__.py", line 254, in connect_usb
d.reset_uiautomator()
File "/usr/local/python3.6.7/lib/python3.6/site-packages/uiau…
-
During performing some tests on new devices with android 8 I've noticed that there is a problem with performing them using uiautomator2. At first I thoguht that it is related to appium-dotnet-driver. …