Download Appium Desktop For Mac Average ratng: 3,6/5 7445 votes

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

Download Appium Desktop For Mac

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

Oct 24, 2019.

  • 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.

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

APPIUM Inspector. Similar to Selenium IDE record and playback tool, Appium has an 'Inspector' to. Appium is an open source project and has made design and tool decisions to encourage a vibrant contributing community. Use your favorite tools Appium aims to automate any mobile app from any language and any test framework, with full access to back-end APIs and DBs from test code. Functionalities of Appium Desktop. Appium Desktop is an app developed for Mac, Windows, and Linux. Moreover, the Appium Desktop gives you the power of the Appium automation server in a flexible UI. It is considered as a combination of a few Appium-related tools including – Graphical interface for the Appium Server. Appium Desktop. Appium Desktop is an app for Mac, Windows, and Linux which gives you the power of the Appium automation server in a beautiful and flexible UI. It is a combination of a few Appium-related tools. Download Appium Desktop. You can always pick up. Appium is an open source project and has made design and tool decisions to encourage a vibrant contributing community. Use your favorite tools Appium aims to automate any mobile app from any language and any test framework, with full access to back-end APIs and DBs from test code. Appium Desktop. Appium Desktop is an open source app for Mac, Windows, and Linux which gives you the power of the Appium automation server in a beautiful and flexible UI. It is a combination of a few Appium-related tools: A graphical interface for the Appium Server.

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.

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.

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).

Download trickster online for mac. 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!

Appium Desktop in the new open-source GUI app that helps you access the Appium Server using a graphical interface. From an Appium Beginner’s perspective – if you want to write test scripts with Appium, you would need 2 things. First, you would need to start the Appium Server. And second, you would also need a mechanism using which you can identify the controls (buttons, text boxes etc) in the mobile app which you want to automate. Appium Desktop helps you perform both these tasks –

  • Appium Desktop provides a GUI for the Appium Server. Using this GUI tool, you will be able to start and stop the Appium server, and also see the logs
  • It also provides an Inspector using which you can get the properties of the elements in your mobile app

Please Note: Appium comes in both GUI and non-GUI versions (non-GUI versions can be operated from the command prompt). We will be working with the GUI version in our Appium Tutorial series, as its much easier to install and use as compared to the non-GUI version. We will encourage you to check out the non-GUI version as well. You can go to this link and read about its features and how its installed – Download Appium (Non GUI version)

We have many more articles comping up for Appium Desktop. We will provide the links at the end of this article, as and when we publish these articles

What topics are covered in this article

Appium Desktop has a lot of features that help you make it easy to write tests for Appium. However, in this article you will learn about the download and install process of Appium Desktop on a windows machine. We have lot more other articles for Appium Desktop as well – where we will cover in detail, the process of using it for writing your test scripts. You can have a look at out Appium Tutorial main page, where we have added all these articles in a step by step manner.

Download Appium Desktop

Follow the steps given below to download the latest version of Appium Desktop –

1. Open Appium Desktop’s GitHub page – https://github.com/appium/appium-desktop/releases

2. This page lists down all the versions of Appium Desktop. You will have to download the latest version which is shown at the top of the page. The latest version on the website is v1.6.1 (as on 30 May 2018).

Please Note: New beta versions are released very often. Even if you see a newer version on Github, please go ahead and download that version. The steps given in this article would remain the same (only the screenshot contents might change)

Download Appium Desktop For Mac Installer

3. In the Downloads section of the latest release, you will find different packages for Windows, Mac, Linux etc

4. Click on the windows version to download and save it on your machine

With this, we complete the download process for Appium Desktop. Let us now install it on our machine.

Install Appium Desktop

Use the steps given below to install Appium Desktop

1. Open the folder location where you have downloaded Appium Desktop and double click on the exe to start the installation process

2. Appium will first ask you Installation Options. Leave the already selected option as it is and then click on Install button

3. Once the installation process starts, you will see the Appium Setup window as displayed below

4. Once installation is complete, you will see the below Appium Desktop window

5. Now, leave the Run Appium checkbox selected and click on Finish button. Appium Desktop Start screen will be displayed

Download Appium Desktop For Mac Download

6. To verify that the installation and setup is successful, click on Start Server button. This would start the Appium server and you would see ‘The server is running’ message in Appium window

This shows that the Appium Desktop has been installed successfully.

7. Click on Stop Server button to stop the Appium server

After Appium server is stopped, you can close the Appium Desktop window. With this we complete the Appium Desktop download and installation process. Try it out and let us know if you face any issues while setting up Appium Desktop. You can also share your feedback with us with using the comments section. Your feedback will go a long way in helping us improve our articles and make it more useful to all our readers.

Next Steps…

Download Appium Desktop For Mac Os

Want to learn more about Appium Desktop? Then check out the links given below (we will keep adding more articles here).

1. Learn more about the different features of Appium Desktop
2. Mobile elements inspection with Appium Desktop – Part 1
3. Mobile elements inspection with Appium Desktop – Part 2

Wallpaper For Mac

If you are looking for complete Appium setup, then please check out our Appium Tutorial guide. This is a complete tutorial series that will help you setup Appium from scratch.

Coments are closed
Scroll to top