appium-uiautomator2-driver
Version:
UiAutomator2 integration for Appium
8 lines • 314 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.APKS_EXTENSION = exports.APK_EXTENSION = void 0;
const APK_EXTENSION = '.apk';
exports.APK_EXTENSION = APK_EXTENSION;
const APKS_EXTENSION = '.apks';
exports.APKS_EXTENSION = APKS_EXTENSION;
//# sourceMappingURL=extensions.js.map