Search code examples
mobileappiumui-automationios-ui-automationappium-ios

How inspect elements in Appium on iOS 10?


I try automate testing mobile applications based on Appium. I've not found gui version for Appium beta there. How can i inspect elements in pages for my mobile apps using Appium? Appium version - 1.6.0-beta3


Solution

  • There are different ways you can inspect the elements of an application. First of all that depends on the platform you are using. For Android - UIAutomatorViewer is used and for iOS - Appium Inspector. UIAutomatorViewer is provided as a part of Android SDK manager and Inspector is provided with XCode.