You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 30, 2020. It is now read-only.
I'm using AXElements to automate our Mac OS X desktop application. I've been able to automate all of our controls expect for one dialog. The problematic dialog has a QTMovie Viewer control. If we remove the control I can access the controls. The QTMovie Viewer control isn't modified, we're using the standard control.
The control comes up in "Accessibility Inspector" as "image" with no hierarchy. This control has a lowercase "i" and causes a "NameError: wrong constant name image" error. If I look at the main dialog the "image" control is a child of the window. I've had our developer look at the code and we can't figure out where "image" comes from.
With all of this information it appears AXElements doesn't support the QAMovie Viewer control.