com.testvagrant.optimus.mdb.android.Commands Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of optimus-lite Show documentation
Show all versions of optimus-lite Show documentation
Optimus Lite API to manage test devices and create appium driver based on platform
package com.testvagrant.optimus.mdb.android;
public interface Commands {
String ADB_HEADER = "List of devices attached";
String LIST_ALL_DEVICES = "adb devices -l";
String GET_DEVICE_MODEL = "adb -s %s shell getprop ro.product.model";
String GET_DEVICE_OS = "adb -s %s shell getprop ro.build.version.release";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy