Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AXDescription missing #16

Open
GoogleCodeExporter opened this issue Feb 6, 2016 · 0 comments
Open

AXDescription missing #16

GoogleCodeExporter opened this issue Feb 6, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant