s = 0
for a1 in range(11):
for a2 in range(11):
for a3 in range(11):
for a4 in range(11):
for a5 in range(11):
for a6 in range(11):
for a7 in range(11):
for a8 in range(11):
for a9 in range(11):
for a10 in range(11):
if (a1 + a2 + a3 + a4 + a5 + a6 + a7 + a8 + a9 + a10) == 90:
s = s + 1
print(s)
self.driver.switch_to.alert.accept()#弹框允许
试试这个
@echo on
adb shell uiautomator dump /sdcard/app.uix
adb pull /sdcard/app.uix F:\APP\app.uix
adb shell screencap -p /sdcard/app.png
adb pull /sdcard/app.png F:\APP\app.png
命令窗口输入这个,uiautomatorviewer 打开这个文件就可以了
怎么联系
一样的感觉,也是大专,看了招聘要求都是要统招本科以上学历
你安卓手机是哪个版本的,大于 6.0 的话 appium1.4 是启动不了的