The Mac GUI for Appium
No Data
Please see the new GUI Client Appium Desktop
If you are new to Appium then please see the Getting started guide for more information about the project.
To install:
Install CocoaPods:
sudo gem install cocoapods
pod setup
cd appium-dot-app
pod install
To Open in XCode:
open the
appium-dot-app/Appium.xcworkspaceproject file
.apk) you wish to test.
com.example.android.myApp).
MainActivity).
Chrome).
.app,
.zip, or
.ipa) you wish to test.
com.yourCompany.yourApp).
.tracetemplatefile to use with Instruments.
Preferences can be accessed by clicking on the appropriate button in the main window.
.tracefiles around after a session has ended.
Inspector can be accessed by clicking the magnifying glass next to the launch button once the Appium server has launched.
Appium must be running with an app open for inspector to work. Otherwise, it will not work.
The action pallete contains buttons that will trigger actions on the device under test. You can try out actions here or enter them to be recorded.
The recorder draw contains the code generated by recorded actions you've performed while recording is enabled.