First time trying this...so far in Automator I have finder launching safari, pause, run this applescript
tell application "System Events"
tell process "Safari"
click menu item "Save As " of menu "File" of menu bar 1
keystroke "xx_" using {shift down}
key code 36
end tell
end tell
then quit the application, get specified finder tiems and rename them. This runs fine, however, it fails to complete if i have my screensaver/system password on. Is there a way to get around this? I would love to have this run in the background while my workstation is locked.
tell application "System Events"
tell process "Safari"
click menu item "Save As " of menu "File" of menu bar 1
keystroke "xx_" using {shift down}
key code 36
end tell
end tell
then quit the application, get specified finder tiems and rename them. This runs fine, however, it fails to complete if i have my screensaver/system password on. Is there a way to get around this? I would love to have this run in the background while my workstation is locked.