Appium Python Tutorial - Find Locators of iOS App using Appium Inspector

Опубликовано: 05 Ноябрь 2024
на канале: MobileTesting
8,497
27

Find Locators of iOS App using Appium Inspector: Inspect Elements using Appium Desktop Tool

In this video we are going to discuss how to identify locator values of an iOS application. We are using the test iOS application 'UICatalog' provided by Appium Community. With the help of Appium Desktop Application we will find the locator values / ids of iOS application.

1. Accessibility ID
2. XPATH
3. X & Y coordinates

Please watch the below video on "How to build UICatalog iOS application using Xcode and opening it with Appium" before continuing:

   • Appium Python Tutorial - Build UICata...