com.applitools.eyes.OSNames Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eyes-common-java3 Show documentation
Show all versions of eyes-common-java3 Show documentation
Common code for Applitools Eyes Java SDK projects
package com.applitools.eyes;
public class OSNames {
public final static String UNKNOWN = "Unknown";
public final static String LINUX = "Linux";
public final static String WINDOWS = "Windows";
public final static String IOS = "IOS";
public final static String MACINTOSH = "Macintosh";
public final static String MAC_OS_X = "Mac OS X";
public final static String CHROME_OS = "ChromeOS";
public static final String ANDROID = "Android";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy