Hi, I use appium to test a react-native app on android as well as on iOS devices as well as emulators/simulators. For android everything works as inteded. In iOS I face many small issues that don’t work. I list a few of the problems below (configuration: node.js / webdriverio / Appium):
- setvalue() function does not work properly (doesn’t delete before entered values)
- Checkbox ID not assigned
- Not able to read text from elements with getText()
- Some elements don’t have accessibilityIDs assigned altough they have in android
- When scrolling down, screen bounces automatically back up
Does anybody have experience with appium testing on react-native apps with node.js webdriverIO and a solution for my problem?
Thanks in advance