appium.io Open in urlscan Pro
2606:4700::6810:9b0c  Public Scan

URL: https://appium.io/
Submission: On December 05 via manual from AE — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

Toggle navigation Appium
 * Home
 * Introduction
 * Get started
 * History
 * Get Involved!
 * Documentation
   English 中文(简体)
 * Books & Resources


APPIUM

Automation for Apps

Appium is an open source test automation framework for use with native, hybrid
and mobile web apps.
It drives iOS, Android, and Windows apps using the WebDriver protocol.

Download Appium

Toggle navigation
 * View on GitHub
 * Downloads
 * Examples
 * Contributing


INTRODUCING APPIUM.

Is native app automation missing from your tool belt? Problem solved.


WATCH THE VIDEOS



--------------------------------------------------------------------------------


APPIUM PHILOSOPHY

Appium is built on the idea that testing native apps shouldn't require including
an SDK or recompiling your app. And that you should be able to use your
preferred test practices, frameworks, and tools. 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. Write tests with your
favorite dev tools using all the above programming languages, and probably more
(with the Selenium WebDriver API and language-specific client libraries).


REQUIREMENTS

IOS

Mac OSX
XCode w/ Command Line Tools


ANDROID

Mac OSX or Windows or Linux
Android SDK ≥ 16


--------------------------------------------------------------------------------


EASY SETUP PROCESS, RUN A TEST NOW.

> brew install node      # get node.js
> npm install -g appium  # get appium
> npm install wd         # get appium client
> appium &               # start appium
> node your-appium-test.js


See the Appium example tests.

We're open for discussion and would love to hear your voice in the conversation
about the future of mobile apps testing!

 * Discussion Group
 * Issues
 * Appium Chat

© JS Foundation, All Rights Reserved.
Appium, AppiumConf, the Appium logo and JS Foundation are registered trademarks
of The JS Foundation. Please review the Trademark Guidelines.