airtest raise AdbError(stdout, stderr)

from airtest.core.api import *
from poco.drivers.android.uiautomation import AndroidUiautomationPoco
os.system('adb  shell getprop ro.build.version.release')
os.system('adb  shell wm size')
os.system('adb  shell getprop ro.product.model ')
init_device()
poco = AndroidUiautomationPoco(use_airtest_input=True, screenshot_each_action=False)
poco(text='搜索或输入网址').click()

某些机型会出现如下报错

img

用户权限失败,要么就是手机里使用的某些应用和项目中的有冲突