Hello.
I've been googling around quite abit how I should interact with elements when building up my appium test suite for IOS.
My understanding is to use accessability ID whenever I can, I'm using accessability inspector atm and from what I can tell is accessability id = the visible name of the button I'm clicking on. But since names tend to change throughout a app lifecycle I'm wondering what are my options?
I've tried in the xcode project to give a button a unique label or a value but can't figure out how to find the element using this unique labe/value.
Thanks for help
Regards