Re: Please Test » Safari Save Problem
Re: Please Test » Safari Save Problem
- Subject: Re: Please Test » Safari Save Problem
- From: Brian Christmas <email@hidden>
- Date: Thu, 08 Mar 2012 20:13:36 +1100
On 07/03/2012, at 9:17 PM, Christopher Stone wrote:
Hey Folks,
Mac OS: 10.7.3 Safari: 5.1.3
Would someone confirm this one for me?
tell application "Safari" activate tell front document save end tell end tell
Whenever I run the above the Save dialog shows up, BUT the file name ends with '.css' even though 'WebArchive' is the designated file-type.
If you tell it to go ahead and save it complains and says it can't save as that file.
Thank you.
-- Best Regards, Chris
P.S. What the heck happened to the archive search?
G'day Chris
It works the same on my Lion iMac.
This will bring up the correct dialog box however.
tell application "Safari" activate tell application "System Events" to tell process "Safari" keystroke "s" using command down end tell end tell
Regards
Santa
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden