Skip to content

appium.io

Cross-platform automation framework for all kinds of apps, built on top of the W3C WebDriver protocol

Package Information

  • Domain: appium.io
  • Name: appium.io
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install appium

Programs

This package provides the following executable programs:

  • appium

Aliases

This package can also be accessed using these aliases:

  • appium

Available Versions

Show all 37 versions
  • 2.19.0, 2.18.0, 2.17.1, 2.17.0, 2.16.2
  • 2.16.1, 2.16.0, 2.15.0, 2.14.1, 2.14.0
  • 2.13.1, 2.13.0, 2.12.2, 2.12.1, 2.12.0
  • 2.11.5, 2.11.4, 2.11.3, 2.11.2, 2.11.1
  • 2.11.0, 2.10.3, 2.10.2, 2.10.1, 2.9.0
  • 2.8.0, 2.7.0, 2.6.0, 2.5.4, 2.5.3
  • 2.5.2, 2.5.1, 2.5.0, 2.4.1, 2.4.0
  • 2.3.0, 2.2.3

Latest Version: 2.19.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +appium.io@2.19.0 -- $SHELL -i

Dependencies

This package depends on:

  • npmjs.com
  • nodejs.org^10.13.0 || ^12 || ^14 || ^16 || ^18 || ^20
  • openjdk.org

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.appiumio

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.