I was trying to get ui element object for an ios application in python using appium. For android, it's very simple, we can use android monitor to view 'View heirarchy' and all ui elements along with its attributes like text, resource-id etc. Is there an equivalent of android ui automator in ios?
I swear by Appium Desktop for inspecting both platforms.