Safari and UI'ing the View menu
Safari and UI'ing the View menu
- Subject: Safari and UI'ing the View menu
- From: Irwin Poche <email@hidden>
- Date: Wed, 05 Mar 2003 20:05:58 -0600
Can anyone tell me if there is a way to script Safari9s Status, Address, and
Bookmarks bars?
Also, I cannot find doc on either click or menu item. Has this been
published yet.
Thanks,
-Irwin
tell application "Safari"
activate
end tell
tell application "System Events"
tell process "Safari"
-- this works
click menu item "View Source" of menu "View" of menu bar 1
-- these don't work
click menu item "Status Bar" of menu "View" of menu bar 1
click menu item "Bookmarks Bar" of menu "View" of menu bar 1
click menu item "Address Bar" of menu "View" of menu bar 1
end tell
end tell
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.