Minidoudou / blacktree-nocturne

Automatically exported from code.google.com/p/blacktree-nocturne
0 stars 0 forks source link

AXDescription missing #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I am trying to write an AppleScript to trigger Nocturne and the absence of 
AXDescription is 
making that impossible.

The Accessibilty Inspector reports:

<AXApplication: "Nocturne">
 <AXButton>

Attributes:
   AXRole:  "AXButton"
   AXRoleDescription:  "button"
   AXHelp:  "(null)"
   AXEnabled:  "true"
   AXFocused:  "false"
   AXParent:  "<AXApplication: "Nocturne">"
   AXWindow:  "(null)"
   AXTopLevelUIElement:  "(null)"
   AXPosition:  "x=1261 y=0"
   AXSize:  "w=22 h=22"
   AXTitle:  ""

Actions:
   AXPress - press

Errors:
   AXTopLevelUIElement:  Unable to get the value (kAXErrorNoValue)
   AXWindow:  Unable to get the value (kAXErrorNoValue)
   AXParent:  UIElement is not included as a child of the parent AXApplication.

Warnings:
   AXDescription or AXTitleUIElement:  Missing.

Optional Attributes:
   AXValueDescription
   AXChildren
   AXDescription
   AXSubrole
   AXTitleUIElement
   AXLinkedUIElements
   AXValue
   AXEdited

What version of the product are you using? On what operating system?
2.0

Original issue reported on code.google.com by mac...@gmail.com on 1 Oct 2009 at 4:18