How To Download Appium For Mac



  1. Install Appium Mac
  2. Download Appium Desktop

Appium for Mac can control the native user interface of Mac applications using Selenium / WebDriver and the OS X Accessibility API. Check out the example which will control the calculator app. The WebDriver server is on port 4622. If you build it yourself, you can change this value in AppiumForMacAppDelegate.m. Accept the License Agreement and download the file mapped to Mac OS X x64. In my case it is jdk-7u79-macosx-x64.dmg, you may find it different based on the java version you are trying to install. Here I have displayed the procedure for the complete installation of Appium in mac for real device iOS automation. I have given the steps for Command line tool installation and GUI installation of appium in mac. If you're on macOS, you will need to install Appium Desktop by copying the app from the downloaded DMG file to your own file system (the best place is the 'Applications' folder). Running Appium from in side the attached DMG itself is not supported, and will not work.

Appium has been one of the most solid open-source test automation frameworks during the few past years. And despite significant changes in Appium iOS, it seems that this framework is going (again) full steam ahead. The latest addition is the Appium Desktop tool that enables users to work with Appium on their desktops and use Inspector for yet better analysis of their app. Let’s take a look at how to get Appium Desktop installed and how to work with it.

Appium Desktop is a great new tool for Appium users that actually makes the use of Appium test automation framework yet easier. However, Appium Desktop doesn’t replace any Appium components itself – but it adds great capabilities to work with Appium Server and Appium Inspector to explore your application. Furthermore, it also enhances the way how test scripts can be built and we’re pretty sure this will help many of you with the script creation. Download our Appium ebook to learn best practices, tips & tricks, and more

Appium Desktop for Mac, Windows and Linux

Appium Desktop is an open-source application running on Mac OS X, Windows, and Linux operating systems. It combines two essential components of Appium:

  • Appium Server: Server instance for enabling testing (and test automation) of apps.
  • Appium Inspector: For inspecting UI elements of your app and getting all the details.

It provides a graphical user interface for these two components that make test script creation easy, setting up an Appium test server quickly, and even setting up the whole Appium environment with Appium Desktop installation.

Appium

One significant benefit introduced with Appium Desktop is that you don’t need Mac anymore to efficiently develop Appium test scripts. With the help of Appium Desktop, you can use Windows or Linux as well.

How to Get Started

First, download the right package for your platform (Mac, Win, Linux) from Appium Desktop release page. After the download has completed install the package as you install any application on your OS.

Run the application and the following options will be available in the main menu:

Advanced options, such as server address, ports for Android and iOS agents, etc. can be configured here but it’s highly recommended to read product documentation before doing so.

If you want to use local devices, start the Appium Server with preferred configurations and the server console will be launched on the host and port you specified. NOTE! If you use cloud services (such as Bitbar Public Cloud) you don’t need to start Appium Server.

With Appium Desktop you don’t need to work with the command line, but in case you have to or you have integrated your Appium environment with some tools, you can also work with the command line to get things done.

Install Appium Mac

Now, you can click ‘Start New Session’ on console view and this will enable Appium Inspector possibly on the recently launched server. Furthermore, the new window opened enables you to build desired capabilities for an Appium test run/session, as follows:

TIP! When drafting desired capabilities for your test, Appium Desktop is capable to return specific desired capabilities that are missing. For example, “testdroid_target”, “testdroid_project”, “testdroid_testrun” etc.

Download Appium Desktop

TIP 2! When you have entered your desired capabilities do remember to save those (by clicking Save As…). This is very handy as those desired capabilities will be in use in next sessions with the Appium Desktop (e.g. if you close it your desired capabilities will be removed if not saved).

The Appium Desired Capabilities for your Appium tests, devices and additional configuration is fairly simple, but if you look for more information about how to master desired capabilities take a look at the Appium ebook that provides you plenty of tips and tricks on how to use Appium efficiently.

Appium Inspector provides a graphical user interface tool to inspect your application with the ability to exercise certain interactions for it. Appium Inspector, using XCUITest now as Appium foundation, looks like this with Bitbar Sample App:

When the user clicks any element on screenshot Appium Desktop automatically updates “Selected element” view to reflect with the user’s interactions. After this, users can implement different functions, like a tap, write (send keys), etc.

Are you looking for a comprehensive list of tips and tricks for Appium? Take a look at our best practices, tips and tricks provided with those blogs!