Hi,
The driver.findElementByName() was deprecated in the last version.
Our android code is depending on it since sometimes using the id isn’t enough (see below example).
First important question:
If some of our element include name, is there any workaround interaction with it now? (The name itself).
Second:
I have attached an example form our app that shows the elements that includes id. The ID’s are equal for all the relevant elements (the element for example is with red frame).
We can use xpath however this is a bad practice, so can someone suggest a different approach?
I wrote a method to replace appium’s scroll_to method since it didn’t work reliably. It relied on automator. Now that that’s gone, but scroll_to still doesn’t work reliably, I have to rewrite it. I appreciate the job security, but I’d be happier if Appium would just work