0

I tried following the suggestions provided in this post 0: Could Not Launch Appium Inspector

but I still have no luck. I am not able to launch the appium inspector.

  1. Could someone elaborate on how to build my app in the XCODE when I have '.ipa' file for the application that I downloaded from the app store? -- (this was mentioned in one of the solutions from the post tagged above.)

2.This is the error printed in the console when i tried following the suggestions from the above post and providing the app path to the Appium GUI. Screenshot is attached below.

Appium Console Print

GUI Configuration

enter image description here

enter image description here

Community
  • 1
  • 1
S K
  • 308
  • 2
  • 6
  • 20

1 Answers1

0

You can inspect elements of ios simulator by using accessibility inspector from the xcode or you have to get pagesource and find the required elements.

You can use the ios inspector in the below link.

https://github.com/mykola-mokhnach/Appium-iOS-Inspector

SaiPawan
  • 1,189
  • 7
  • 20