Reputation: 11
I need a tool such as "uiautomatorviewer" for android to inspect native ios elements on IOS real device (such as ios warning popups). I have to get the "ID" of popup window elements like (Ok and Cancel) buttons.
Upvotes: 0
Views: 1116
Reputation: 399
You can use Appium iOS Inspector:
Upvotes: 0
Reputation: 77462
You can use the Debug Hierarchy feature in Xcode:
Should give you all the info you need (unless you're trying to do something nefarious).
Upvotes: 1