Post

Replies

Boosts

Views

Activity

Script editor is not able to access popover UI element in macOs version - Big Sur
AppleScript code: tell process "EdgeMonitor" tell menu bar 2 UI elements end tell end tell When trying to access UI elements for a given application, we are getting different results on macOS Ventura and macOS Big Sur for the same app and same script. We are specifically trying to access the popover UI element which is accessible in Ventura but not in Big Sur. Can someone please help here to check why this might be happening? Thank you UI elements in macOS Ventura: menu bar item 1 of menu bar 2 of application process "EdgeMonitor" of application "System Events", pop over 1 of menu bar 2 of application process "EdgeMonitor" of application "System Events" UI elements in macOS Big Sur: menu bar item 1 of menu bar 2 of application process "EdgeMonitor" of application "System Events", menu bar item 2 of menu bar 2 of application process "EdgeMonitor" of application "System Events"
0
1
761
Jun ’23
Any Other way to access Textfield in UI scritping
instead of using text field 1, menu bar 2, is there any other way to access these elements and if Yes than how to do it?
Replies
1
Boosts
0
Views
777
Activity
Jun ’23
Script editor is not able to access popover UI element in macOs version - Big Sur
AppleScript code: tell process "EdgeMonitor" tell menu bar 2 UI elements end tell end tell When trying to access UI elements for a given application, we are getting different results on macOS Ventura and macOS Big Sur for the same app and same script. We are specifically trying to access the popover UI element which is accessible in Ventura but not in Big Sur. Can someone please help here to check why this might be happening? Thank you UI elements in macOS Ventura: menu bar item 1 of menu bar 2 of application process "EdgeMonitor" of application "System Events", pop over 1 of menu bar 2 of application process "EdgeMonitor" of application "System Events" UI elements in macOS Big Sur: menu bar item 1 of menu bar 2 of application process "EdgeMonitor" of application "System Events", menu bar item 2 of menu bar 2 of application process "EdgeMonitor" of application "System Events"
Replies
0
Boosts
1
Views
761
Activity
Jun ’23