
com.appium.device.AtdEnvironment Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of AppiumTestDistribution Show documentation
Show all versions of AppiumTestDistribution Show documentation
A tool run Android and iOS test in parallel across devices
package com.appium.device;
import static com.appium.utils.OverriddenVariable.getOverriddenStringValue;
public class AtdEnvironment {
public String get(String environmentVariableName) {
return getOverriddenStringValue(environmentVariableName);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy