|
tinyhero 發表於 Dec 9, 2016 12:40:50 GMT
insert code here local hour = tonumber(os.date("%H",os.time()))
local min = tonumber(os.date("%M",os.time()))
if hour == 4 and min == 1 then --4點整
toast("newday")
existsClick("switch.png", 0)
wait(2)
existsClick("switch_1.png", 0)
wait(2)
drop1 = Location(1123, 373)
drop2 = Location(1123, 25)
dragDrop(drop1, drop2)
wait(1)
continueClick(Location(2, 500), 1)
connect = 0
wait(0.5)
notwork = 0
end 大概像這樣子
但是 ankulua 好像無法抓到模擬器 遊戲畫面 以外的功能按鈕 (home鍵 選單頁)
所以不知道該如何改..
|
|
|
tinyhero 發表於 Dec 9, 2016 12:50:48 GMT
簡單一點疑問 就是..該如何抓取到 分頁選單按鈕
|
|
|
AnkuLua 發表於 Dec 10, 2016 6:53:43 GMT
常用 keyevent keyevent(3) -- home keyevent(187) -- app_switch keyevent(4) -- back
|
|
|
tony135792468 發表於 Feb 10, 2017 12:31:23 GMT
os.execute要怎麼用的?有沒有範例? 我想用os.execute("input keyevent 3")回到主畫面結果沒反應。。。
|
|
|
jasoninferno 發表於 Mar 1, 2017 15:58:41 GMT
我當初用海馬就是沒辦法用keyevent,所以只能安裝模擬按鍵來達到切換效果。
|
|