作者maxding0430 (momo)
看板EzHotKey
標題[其他] sikuli 問題
時間Mon Feb 29 16:44:16 2016
小弟exists跟click分別作定義
如下:
def ex(exname):
exists(exname)
def cl(clname):
click(clname)
if ex("001.png"):
cl("002.png")
else :
popup("no find")
001跟002都存在
但是卻跳出no find
if那邊進不去
請問是哪裡出了問題呢?
麻煩大家指點一下
謝謝
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 114.25.207.78
※ 文章網址: https://webptt.com/m.aspx?n=bbs/EzHotKey/M.1456735458.A.928.html
1F:推 eight0: return exists(exname) & return click(clname) 02/29 21:44