- Download Appium Studio Community Edition (Windows or Mac) Step 1: Download Appium Studio. Step 2: Launch the installation wizard. System Requirements for Appium Studio. Minimum Hardware Requirements: Intel® i5 or i7 processor. 1 GB free hard disk space. 8 GB RAM; 1 available USB 2.0 port and USB cable. Windows OS and Software Requirements.
- To Install Appium for Mac: 1. Download a release and unzip the application into your /Applications folder 2. Follow the brief supplemental installation instructions to enable Appium to have access to OS X's Accessibility APIs. (For more information on using AppiumForMac, check out the docs).
Edit this Doc The Mac Driver for OS X
Appium Desktop is a desktop UI utility for Mac, Windows, and Linux. It can be used to manage an Appium server and it comes with Appium Inspector bundled. Appium Inspector can be used for local UI elements of a mobile application. The following steps can be used to install the Appium Desktop. NodeJS is a prerequisite — download NodeJS. Appium is an open-source, cross-platform test automation tool for native, hybrid, and mobile web and desktop apps. We support simulators (iOS), emulators (Android), and real devices (iOS, Android, Windows, Mac). Want to skip straight to the action? Check out our getting started doc.
Appium has beta support for automation of OS X desktop applications.Development of this driver happens at theappium-mac-driver, and relies ona native OS X binary calledAppiumForMac.
Requirements and Support
(In addition to Appium's general requirements)
- Mac OS X 10.7
- The AppiumForMac helper application downloaded and installed (see below)
Usage
The way to start a session using the Mac driver is to include theplatformName
capability in your new session request, withthe value Mac
. Also, ensure that you set the deviceName
capability to Mac
as well. Of course, you must also include appropriate platformVersion
andapp
capabilities, at a minimum.
Appium Studio Mac Download
Getting AppiumForMac
Download Appium On Mac
Currently, this driver does not ship with the AppiumForMac binary, which means,in order to automate Mac apps you must manually install the AppiumForMacapplication and grant it the appropriate OS X Accessibility permissions.
To Install Appium for Mac:1. Download a release and unzip the application into your /Applications
folder2. Follow the brief supplemental installation instructions to enable Appium to have access to OS X's Accessibility APIs
Appium Desktop Download For Windows
(For more information on using AppiumForMac, check out thedocs)