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:

enter image description here

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

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

html - Not able to access next element of an array javascript -