Appium inspector
When building page object classes for mobile applications, the Appium API is used to test the elements on each page. Appium has its own Inspector tool that allows users to inspect the application in an iOS simulator or Android emulator. Once the mobile application is loaded in the simulator or emulator, the user would then run the Inspector tool, which will embed it in a frame inside the tool. Users can then move to each element in the mobile application, and click them to display the locators.
The classes and attributes for the mobile applications may be different from the browser pages, but the page object classes should be built exactly the same using the Selenium Page Object Model. Elements should be defined in each class ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access