Is ReactNative's accessibilityLabel
and iOS Label retrieved using iOS Accessibility Inspector one & the same?
Same goes for Android Text retrieved using UIAutomatorViewer
We are planning to rely heavily on accessibilityLabel in ReactNative for Appium /webdriverIO driven automated tests. Will it be sustainable?
Or shall we use in combination traditional iOS predicate / iOS classchain / Android XPath etc locators?