|
|
|
@ -77,6 +77,7 @@ def clickFileIMportShow(): |
|
|
|
exit(1) |
|
|
|
exit(1) |
|
|
|
control = auto.WindowControl(searchDepth=1, Name=softName) |
|
|
|
control = auto.WindowControl(searchDepth=1, Name=softName) |
|
|
|
clickRes = findAndClick(control,0,index=1) |
|
|
|
clickRes = findAndClick(control,0,index=1) |
|
|
|
|
|
|
|
print(f"点击开始切片按钮结果: {clickRes}") |
|
|
|
return clickRes |
|
|
|
return clickRes |
|
|
|
|
|
|
|
|
|
|
|
# 点击开始切片按钮 |
|
|
|
# 点击开始切片按钮 |
|
|
|
|