

#OPEN APPIUM DESKTOP INSPECTOR ANDROID#
Click on the android build number to enable the developer mode.Go to the mobile/emulator settings and click on the about phone.
#OPEN APPIUM DESKTOP INSPECTOR PC#
Activate the emulator on your device or physically connect the device with a PC using a USB.Let’s now look at how we can prepare an emulator/physical device to communicate with the Appium inspector. You can also connect the Appium inspector with your actual device. Setting up a real device/emulator:Īn emulator is a virtual android or IOS device that can be configured or demolished within the system. In contrast to the other costly licensed tools, you can record and playback the mobile applications using the open-sourced Appium inspector. QA engineers can directly perform any actions on the application and generate the test scripts by inspecting DOM in any desired language. Once you have completed the above steps, the application will launch under the emulator/mobile device, allowing you to inspect the elements under the Appium Inspector.Enter the desired capabilities under the Appium inspector and start the session. Open the Appium desktop application on your computer.ģ.Setting up the Appium Inspector UI Application: However, the Appium inspector simplifies this complex task through four simple steps. Let’s look further into the architecture of this tool: Appium inspector architecture:įinding unique elements during mobile automation is extremely challenging. It demonstrates the mobile application elements and different components/layers of the application, making it the best choice for automation.

Appium Inspector is a handy tool for QA engineers who want to automate mobile applications. This tool also serves as the standard procedure for identifying mobile application elements. The Appium inspector tool is used for task management purposes such as script recording and element discovery. Appium is a popular open-source tool that automates native and hybrid mobile applications.
