| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
You can't. The only answer is to ask apple to expose the tabs in
applescript, which they haven't done.
I would like to refresh all tabs in Safari via Applescript.
So I want to walk through all tabs doing the following:
tell application "Safari"
set p to count windows
repeat with i from 1 to p
set thisURL to URL of document 1 of window i
do JavaScript "self.location=\"" & thisURL & "\";" in document 1 of
window i
end repeat
end tell
| References: | |
| >Re: Accessing Tabs in Safari (From: Timothy Bates <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.