level 1
timeLenten
楼主
picList = [pic1,pic2,pic3] # 截图的图片对象列表
for pic in picList:
pos = exists(pic)
if pos:
touch(pos)
这段单独用能执行 套while if循环 后 看debug 会显示存在元素的阈值0.93远远大于我预设的0.4 但就是不执行touch
2023年03月04日 12点03分
1
for pic in picList:
pos = exists(pic)
if pos:
touch(pos)
这段单独用能执行 套while if循环 后 看debug 会显示存在元素的阈值0.93远远大于我预设的0.4 但就是不执行touch