Appium element.text() returns element accessibilityLabel instead of displayed text on iOS (Flutter App)
so to give the background about my issue, the mobile app i’m testing build using Flutter. I’m using Appium xcuitest driver with webdriver.io and Typescript for the mobile test automation. I have added semantic labels to use as accessibiliy labels in Appium inspector and so far it’s working great except I’m not able to get the text from elements instead that accessibility label get returned.