Package org.sikuli.natives
Class LinuxUtil
java.lang.Object
org.sikuli.natives.LinuxUtil
- All Implemented Interfaces:
OSUtil
public class LinuxUtil extends Object implements OSUtil
-
Constructor Summary
Constructors Constructor Description LinuxUtil() -
Method Summary
Modifier and Type Method Description voidcheckFeatureAvailability()check if needed command libraries or packages are installed and working
if not ok, respective features will do nothing but issue error messagesbooleanclose(App app)Appget(App app)List<App>getApps(String name)RectanglegetFocusedWindow()RectanglegetWindow(String appName)RectanglegetWindow(App app)RectanglegetWindow(App app, int num)List<Region>getWindows(App app)booleanopen(App app)Appswitchto(String title, int index)booleanswitchto(App app)
-
Constructor Details
-
LinuxUtil
public LinuxUtil()
-
-
Method Details
-
open
-
switchto
-
switchto
-
close
-
getFocusedWindow
- Specified by:
getFocusedWindowin interfaceOSUtil
-
getWindow
-
getWindow
-
getWindow
-
getWindows
- Specified by:
getWindowsin interfaceOSUtil
-
checkFeatureAvailability
public void checkFeatureAvailability()Description copied from interface:OSUtilcheck if needed command libraries or packages are installed and working
if not ok, respective features will do nothing but issue error messages- Specified by:
checkFeatureAvailabilityin interfaceOSUtil
-
get
-
getApps
-