initialize-appium
Start an Appium driver session to automate mobile app testing on Android or iOS devices, configuring platform, device, and app parameters for automated interactions.
Instructions
Initialize an Appium driver session for mobile automation
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platformName | Yes | The mobile platform to automate | |
| deviceName | Yes | The name of the device to target | |
| udid | No | Device unique identifier (required for real devices) | |
| app | No | Path to the app to install (optional) | |
| appPackage | No | App package name (Android) | |
| appActivity | No | App activity name to launch (Android) | |
| bundleId | No | Bundle identifier (iOS) | |
| automationName | No | Automation engine to use | |
| noReset | No | Preserve app state between sessions | |
| fullReset | No | Perform a full reset (uninstall app before starting) | |
| appiumUrl | No | URL of the Appium server | |
| screenshotDir | No | Directory to save screenshots |