This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.
6 / 6
Nov 2018

How to install and set up appium on iOS? Please help with proper documentation if available.

  • created

    Oct '18
  • last reply

    Nov '18
  • 5

    replies

  • 417

    views

  • 3

    users

  • 2

    links

Ok, first of all you need to download appium for Mac OS, then you need to setup dev project and build code on your machine, under product folder in dev project you will see file.app just copy file path and add it to appium caps, then add all caps you need

platformName
platformVersion
deviceName
udid
app

and enjoy to inspect all elements.

to automate your app just write your code and add caps same above, and initialize your appium driver from code.

Thanks,

After I installed everything and tried to launch appium inspector. Then I am getting an error, “Could not start session”. Do you have any idea to resolve this issue?

Sorry. As per company policy I am not able to share screenshots.