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

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -