Re: Simple simple... why so hard hard..?
Re: Simple simple... why so hard hard..?
- Subject: Re: Simple simple... why so hard hard..?
- From: "Stockly, Ed" <email@hidden>
- Date: Fri, 19 Feb 2010 15:52:59 -0800
- Thread-topic: Simple simple... why so hard hard..?
Title: Re: Simple simple... why so hard hard..?
This could get you started...
tell application "System Events"
tell process "Safari"
click {100, 200}
click {200, 300}
click {300, 400}
click menu item "Save As…" of menu 1 of menu bar item "File" of menu bar 1
delay 5
set fileName to random number from 100 to 999
keystroke fileName as text
end tell
end tell
HTH,
ES
_______________________________________________
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