I like to find out if there are alternative mobile viewers for elements for iOS as I am not getting Appium Inspector or app inspector working.
Please let me know if you know of other alternatives that can view iOS elements.
I like to find out if there are alternative mobile viewers for elements for iOS as I am not getting Appium Inspector or app inspector working.
Please let me know if you know of other alternatives that can view iOS elements.
You can try the Xcode Accessibility Inspector.
To open it: Xcode/Open Developer Tool/Accessibility Inspector
Check if its a debug/developer signed build and you have the application ipa and other capabilities mentioned correctly to inspect through Appium. If this is not happening, the automation script won't be running as well. You can share the capabilities and the error you are facing, so look into the problem in a better way. Thanks.
I have found a workaround to prevent the Appium Inspector from crashing - basically I should call the Appium Inspector directly instead of through my script. Hence it no longer crash.