Closed KaneCheshire closed 5 years ago
Just got this error in Xcode:
Automation type mismatch: computed Other from legacy attributes vs StaticText from modern attribute. Input attributes and values: {
"XC_kAXXCAttributeAutomationType" = 48;
"XC_kAXXCAttributeElementBaseType" = UILabel;
"XC_kAXXCAttributeElementType" = UILabel;
"XC_kAXXCAttributeTraits" = 8590000128;
}
I've been trying to investigate this and it is seeming more and more like a bug in XCUI.
I can't even hide the label from XCUI by setting
isAccessibilityElement
tofalse
, which suggest a bug to me.