Я пытаюсь получить URL-адрес из Safari, закройте вкладку и откройте ее в Chrome ( TUAW Post ), но я получаю сообщение об ошибке:
error "Safari got an error: Can’t get current tab." number -1728 from current tab
Изстрока кода:
set theURL to URL of current tab of window 1
Есть предложения?
Весь код:
property theURL : ""
tell application "Safari"
set t set theURL to URL of current tab of window 1
close current tab
end tell
tell application "Google Chrome"
set URL of active tab of window 1 to theURL
activate
end tell