Hello,
I'm trying to write a UI test which should assert if the text of a label is a specific string. I couldn't find any documentation and by diving into XCUIApplication code I was not able to find a specific query for a label.
Does anyone know how to get a label with a specific accessibility identifier and test its text value?
Thanks a lot.