org.sikuli.api.robot.OS Maven / Gradle / Ivy
The newest version!
/*
* Copyright 2010-2011, Sikuli.org
* Released under the MIT License.
*
*/
package org.sikuli.api.robot;
public enum OS {
MAC, WINDOWS, LINUX,
NOT_SUPPORTED
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy