as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support

Install Appium for Vega Integration

The Vega SDK supports Appium, an open-source test automation framework for native, mobile, and hybrid apps. With Appium, you can perform user interface (UI) test automation at different testing levels, which include integration tests, end-to-end tests, and functional tests.

This page provides steps to install Appium for Vega integration.

Prerequisites

  1. Install the Vega SDK.

    The Vega SDK includes the Vega Appium Driver and the Vega Virtual Device. For installation instructions, see Install the Vega SDK.

  2. Check if you have Appium version 2.2.2 installed.

    Copied to clipboard.

     appium --version
    
  3. Uninstall previous versions of Appium.

    Copied to clipboard.

     npm uninstall -g appium
    
  4. Uninstall @appium/types.

    Copied to clipboard.

     npm uninstall -g @appium/types
    

Install Appium

To install Appium and its required components for Vega integration, complete the following steps.

  1. Install the Appium Server 2.2.2.

    Copied to clipboard.

     npm install -g appium@2.2.2
    
  2. Verify the Appium version.

    Copied to clipboard.

     appium --version
    
  3. (Optional) Install @appium/types.

    Copied to clipboard.

     npm install -g @appium/types
    
  4. Install the Vega Appium Driver 3.30.0

    Copied to clipboard.

     appium driver install --source=npm @amazon-devices/appium-kepler-driver@3.30.0
    
  5. Verify the installation of the Vega Appium Driver.

    Copied to clipboard.

     appium driver list
    

    The output lists the available drivers.

Add vda to the global path for Appium to communicate with the Fire TV device or Vega Virtual Device. Follow the instructions in SDK installation to add vda to the global path.


Last updated: Oct 31, 2025