About 11,800 results
Open links in new tab
  1. Intro to Appium - Appium Documentation

    As a popular automation tool, there are many opportunities for integrating Appium with all kinds of other tools and services. In addition, there are many feature ideas for Appium, either as a core …

  2. Appium Documentation

    Appium is an open-source project and ecosystem of related software, designed to facilitate UI automation of many app platforms, including mobile (iOS, Android, Tizen), browser (Chrome, …

  3. Quickstart Intro - Appium Documentation

    Let's get up and running with Appium! To successfully use this quickstart, it's recommended that you first have read the Introduction, so that you understand the concepts involved in running …

  4. How Does Appium Work? - Appium Documentation

    Appium wants for there to be a way for developers and testers to write UI automation code for that platform, according to a single, unified API. Based on Appium's goals, we have a lot of …

  5. Welcome - Appium Documentation

    Appium is an open-source project and ecosystem of related software, designed to facilitate UI automation of many app platforms, including mobile (iOS, Android, Tizen), browser (Chrome, …

  6. Getting Started - Appium Documentation

    Let's get up and running with Appium! To successfully use this quickstart, it's recommended that you first have read the Introduction, so that you understand the concepts involved in running …

  7. Appium in a Nutshell - Appium Documentation

    As mentioned on the main page, Appium aims to support UI automation of many different platforms (mobile, web, desktop, etc.). Not only that, but it also aims to support automation …

  8. Intro to Appium Drivers

    As the main Overview makes clear, "drivers" are basically Appium's answer to the question, "how do we support automation of multiple, unrelated platforms?" In this doc we'll get into a little …

  9. Install Appium - Appium Documentation

    That's it! If you get this kind of output, the Appium server is up and running. Go ahead and quit it (CTRL-C) and move on to the next step, where we'll install a driver for automating Android apps.

  10. Write a Test (Python) - Appium Documentation

    This example uses Python's built-in unittest module, though you can use any Python test framework you want. The Appium Python client adds the appium: vendor prefix automatically. …