Is there a way to see properties of native UI objects i.e., iOS and Android Views, in Appium?
React Native UI elements are visible but UI views created using platform APIs Java and Objective-C and C++ are not seen in the Appium inspector. Without accessible Ids we cannot write Appium tests for UIs written in the native languages.
Thanks in advance for feedback.