About 400 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 tries to unify all these automation technology under a single stable interface, accessible via most popular programming languages (you can write Appium scripts in Java, Python, …

  3. How Does Appium Work? - 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 …

  4. Appium-Related Tools - Appium Documentation

    Appium Doctor is a command-line tool built into Appium drivers and plugins. The command is expected to be used to validate whether a driver or plugin has all of its prerequisites and other …

  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. Write a Test (Java) - Appium Documentation

    Follow the Add Appium java client to your test framework tutorial in order to connect the library to your test framework sources. The Appium Java client has dedicated classes to support most …

  7. Install Appium - Appium Documentation

    This command installs Appium globally on your system so that you can access it from the command line simply by running the appium command. Go ahead and run it now:

  8. Next Steps - Appium Documentation

    You'll also find that the Appium Inspector is an indispensable tool for writing Appium tests, as it enables visual inspection of apps and helps you to discover element locators for use in your …

  9. 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 …

  10. The Appium Ecosystem - Appium Documentation

    Appium has a graphical client which can be used to manually perform Appium commands, inspect app hierarchies, view screenshots, and more. It's very useful for Appium test development.