I’m trying to get the program Capture One to rate an item as 5 stars in apple script. I can get the program to access a menu item as long as the item doesn’t lead to another menu but unfortunately for me under rating there is an option to select a rating. I can’t figure out how to get the script to rate the item. Any help would be great.
Here is the code I have so far:
tell application "Capture One" to activate
tell application "System Events"
try
click menu item ¬
"5" in menu "Rating" in menu "Adjustments" of menu bar item ¬
"Adjustments" in menu bar 1 of process "Capture One"
end try
end tell
Here is an image of the menu bar where I’m trying to select Rate 5 from.

Can you give a rating with a number keystroke?