Is it possible to use findElement(By.id) for testing the iOS apps?
As I noticed only findElement(By.name) works…(it find the accessibility label)…
I’m trying to figure out how to test the same app implemented for both platforms Android and iOS by using the same steps implementation..…as for Android it works very well by finding the element’s ID….