All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.testvagrant.optimus.devicemanager.IosDeviceManager Maven / Gradle / Ivy

Go to download

Optimus Lite API to manage test devices and create appium driver based on platform

There is a newer version: 0.1.7-beta
Show newest version
package com.testvagrant.optimus.devicemanager;

import com.testvagrant.optimus.cache.DeviceCache;
import com.testvagrant.optimus.core.models.OptimusSupportedPlatforms;

public class IosDeviceManager extends DeviceManager {
  public IosDeviceManager() {
    super(new DeviceCache(OptimusSupportedPlatforms.IOS));
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy