appium-uiautomator2-server
Version:
A netty server with uiautomator2 handlers
15 lines (12 loc) • 342 B
text/typescript
/**
* Version of this package (mirrors package.json#version).
*/
export const version: string;
/**
* Absolute path to the `appium-uiautomator2-server-v<version>.apk` APK.
*/
export const SERVER_APK_PATH: string;
/**
* Absolute path to the `appium-uiautomator2-server-debug-androidTest.apk` APK.
*/
export const TEST_APK_PATH: string;