Suyash Dubey | Posted on October 1, 2019October 17, 2019 | 2 min Read Home > Blog > How to use Appium Inspector for Test Automation How to use Appium Inspector for Test Automation [xyz-ihs snippet=”quickLinks-Appium”] In our previous chapter on Android, we learned about UI Automator Viewer, Which is available on Android SDK, to get the properties of the application object. In the case of iOS, Appium itself provides an Inspector which helps users to locate those elements in the application. First, open the simulator by clicking on the dock option. Now in the Device/Simulators window, select the simulator. Open the Appium Desktop and keep the simulator side by side. Once the inspector is started, select any of the objects on the screen. It will show you the complete hierarchy and properties of that object. At the top of the window, you can see the Record button which is used to record all the actions taken and record the script. To select any object, click on the Select Element button and then you can use Tap button to click on an object, Send Keys to enter text and clear to undo the action. As soon as you perform an action on an object, it is recorded in the form of a script. Once you are done with the recording you can copy the script and paste in eclipse editor. In the next blog, we will learn how to write the first appium script for iOS. Related Articles: Appium vs Espresso: The Most Popular Automation Testing Framework in 2019 How To Install Appium On A Mac Machine Writing The First Appium Test Automation Script (Android) Basics of Appium Mobile Testing 8 Common Appium Mobile Test Automation Mistakes and How to Avoid Them