i'm trying to automate osx based microsoft lync using applescript ui programming. Up to now i did not get an idea in how select an item of the lync contact list by its value. The UI Inspector shows this hierarchy:
AXApplication-AXWindow:AXStandradWindow-AXScrollarea-AXOutline-AXRow:AXOutlineRow-AXStaticText
AXValue: "Audio Test Service - Verfügbar - nur Voicemail"
I tried this:
tell process "Microsoft Lync" to select - ????
It would be great receiving an idea…!