com.testvagrant.optimus.devicemanager.AndroidDeviceManager 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.devicemanager;
import com.testvagrant.optimus.cache.DeviceCache;
import com.testvagrant.optimus.core.models.OptimusSupportedPlatforms;
public class AndroidDeviceManager extends DeviceManager {
public AndroidDeviceManager() {
super(new DeviceCache(OptimusSupportedPlatforms.ANDROID));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy