I’m trying to save a file over an existing one. When i suggest clicking the “Replace” button. Does anyone have any suggestions on this one? Any help would be greatly appreciated.
activate application “Adobe Acrobat Professional”
tell application “System Events”
tell process “Acrobat”
delay 1
click menu item “Enable Usage Rights in Adobe Reader…” of menu 1 of menu bar item “Advanced” of menu bar 1
delay 1
keystroke return
delay 1
keystroke return
delay 1
keystroke return
click button “Return” of front window
end tell
end tell