osx - Recorder Service Error: Left Mouse Down: Failed to find matching element - Xcode error -
i'm trying automate mac app xctest. while trying record app xcode, got error message:
this happens when tap on button. button hierarchy is..
button -> stack view -> nsview
here, button subclass of nsbutton, added buttons in stack view. stack view added in myview(subclass of nsview).
p.s: each button has image view , label in it.
question:
- when tap on button, app crashes above alert. there solution it?
Comments
Post a Comment