Hi Forum,
using this applescript I m running my "INDEGN" action from action wizard...
the first step is activated through the applescript.. (ie. INDEGN action is correctly picked)
but how to "click next button" to proceed to next steps..
tell application "System Events"
tell application process "Acrobat"
tell application "Adobe Acrobat Pro" to activate
click the menu item "INDEGN" of menu 1 of menu item "Action Wizard" of the menu "File" of menu bar 1 ## here it is not cliking next button.....
click button "Next" of window "Action: INDEGN"
click button "Close" of window "Action: INDEGN"
end tell
end tell
many thanks for the support..