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

com.testvagrant.optimus.mdb.ios.Commands 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.mdb.ios;

public interface Commands {
  String DEVICES_INSTRUMENTS_HEADER = "Devices";
  String SIMULATORS_INSTRUMENTS_HEADER = "== Simulators ==";
  String LIST_ALL_DEVICES = "xcrun xctrace list devices";
  String SIMULATOR_UDID_PATTERN =
      "[a-zA-Z0-9]{8}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{12}";
  String OS_VERSION_PATTERN = "[0-9]{1,2}\\.[0-9]{1,2}";
  String DEVICE_UDID_PATTERN = "[a-zA-Z0-9-]{25,40}";
  String XCODE_INSTALLATION = "xcode-select -p";
  String XCODE_INSTALLATION_DETAILS = "gcc --version";
  String XCODE_VERSION = "([A-z])\\w+ ([A-Z])\\w+ ([a-z])\\w+ ([0-9])(.)([0-9])(.)([0-9]) (.*)";
  String XCODE_VERSION_REGEX = "([0-9])(.)([0-9])(.)([0-9])";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy