Installing appium on Mac - iOS automation using appium

Below images show how to install the appium app in Mac OS X. You need to download the appium.dmg file from the Appium website – https://appium.io/downloads.html. After downloading the file, extract it and put appium.app in Applications directory. Then start the appium. When you start the appium for the first time, you will be asked to authorize appium to run the iOS Simulator. Click on Yes.Authorize the appium to use iOS simulators like iPhone and iPads Below image shows the general settings of the Appium server. We can specify below things on this screen.
  • Server address and port – This is the address you pass to RemoteWebDriver or AndroidDriver constructor in the code.
  • Whether to override the session
  • Command timeout duration
  • Logging settings
Below image shows Android settings. We can specify below things on this screen.
  • Application path, package name, activity name
  • Platform Name and version
  • Device name
  • Automation name
  • Whether to reset the app or not
Below image shows iOS settings you can configure in Appium.
  • Application path
  • Bundle Id of the app
  • Platform version
  • Device name
  • Whether to reset the app or not
Below image shows sample log when Appium server is started with iOS capabilities.Below image shows sample log when Appium server is started with Android capabilities.

Web development and Automation testing

solutions delivered!!