๐Ÿ”Inspect Mobile element

For inspecting the mobile app elements, we can use Appium Inspector. You can download the inspector from the following link:

You can also inspect mobile elements using the Appium Inspector on the cloud. In this case, there is no need to download anything

Once the Appium Inspector setup is done, run the appium command from the command line

After adding the capability in Appium Inspector, you need to click on "Start Session." After that, you can simulate mobile elements in the Appium Inspector window.

Once the Appium Inspector window has loaded the application, you can inspect any mobile element using the pointer.

Last updated