摘要:SIKULI ABC.
type("c", KEY_CTRL):ctrl+c
type("\t", KEY_ALT):alt + tab
sleep(n):讓 process 睡 n 秒
var = Env.getClipboard():把系統剪貼簿中的暫存資料存到變數 var 中
paste("IE開啟舊檔.png", var):把變數 (URL) 貼到 IE 的「開啟舊檔 (ctrl-o )」視窗中
1、findAll(图片)
摘要:SIKULI ABC.
type("c", KEY_CTRL):ctrl+c
type("\t", KEY_ALT):alt + tab
sleep(n):讓 process 睡 n 秒
var = Env.getClipboard():把系統剪貼簿中的暫存資料存到變數 var 中
paste("IE開啟舊檔.png", var):把變數 (URL) 貼到 IE 的「開啟舊檔 (ctrl-o )」視窗中
1、findAll(图片)