0

With Appium Codeceptjs it is possible to tap on text with Android.

I.tap('OK')

How to make this tap work for iOS build?

This native function is not working on iOS.

https://codecept.io/mobile/

Kyryl Zotov
  • 1,788
  • 5
  • 24
  • 44
  • Have you tried [runOnIOS](https://codecept.io/helpers/Appium.html#runonios) with `I.click()`? Also you could take a look if [makeTouchAction](https://codecept.io/helpers/Appium.html#maketouchaction) works on iOS. – balintpekker Jul 19 '21 at 12:18
  • @balintpekker I.click() is not working for native builds. Touch is not reliable because it takes screen coordinates as params – Kyryl Zotov Jul 19 '21 at 13:28

0 Answers0