1
我想創建一個腳本,將點擊特定遊戲 「晶體的騎士」,然後單擊「隊列中的所有禮品」如何使用AppleScript在Safari上實現點擊?
while loop forever
then click "accept"
then do keyboard command "command w"
then wait 5 seconds
我使用AppleScript,這是我到目前爲止有:
tell application "Safari"
activate
open location "http://apps.facebook.com/gfriendfinder/?ref=bookmarks&count=0"
delay 5
tell application "System Events"
click at {750, 550}
end tell
end tell
我不知道爲什麼點擊功能不起作用。它在正確的地方嗎?
SWEET !!!!該命令奏效!非常感謝!!!!真棒! – user654936 2011-03-13 04:59:46
很高興它爲你工作。祝你好運。 – regulus6633 2011-03-13 09:07:21