Hi , We are newly started using appium tool for automating both iOS and Android Apps.. In iOS, we are observing only "NAMEs" are Object IDs. In otherwords, both "text" and Object ID attributes are same.. How to access the object IDs in iOS Appium
Any suggestions ?
@drawat71
XCODE 11 needs Appium 1.15.x. We are currently busy with the last things for 1.15 and it will be released very soon. In the meantime you can do the following
npm install -g appium@1.15.0-rc.4
4723
4724