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
Hello, guys! I'm experiencing some problem with setting value into the picker wheel after updating to Xcode11. I'm trying to sendKeys in XCUIElementTypePickerWheel element. Before Xcode 11 it worked, but for now it doesn't. Could someone help?
Also have problems with sendKeys and XCUIElementTypeTextView element.
Trying to find why sendKeys works for some elements and doesn't work for other
I use Appium 1.15.0 and Xcode 11.0