So my problem is in disk warrior there is a drop down window under the "Directory" pane that i can't get applescript to "click". Is there anyway to tell applescript to "click" the drop down window and then click a disk from the list? My boSS wants this whole code automated and this is the one part I'm not sure if i can automate. Here is my code:
do shell script "open /Applications/DiskWarrior.app"
delay 3
tell application "System Events"
keystroke "my password"
delay 2
keystroke return
delay 3
keystroke tab
delay 3
keystroke return
delay 20
--Delay 20 to allow time for the application to fully load
end tell
After diskwarrior is open the next step would to be select the disk i want to rebuild but as i said i am unsure how to tell applescript to "click" it.
Anyone have some suggestions?
