Package org.sikuli.natives
Class LinuxUtil
- java.lang.Object
-
- org.sikuli.natives.LinuxUtil
-
-
Constructor Summary
Constructors Constructor Description LinuxUtil()
-
Method Summary
All Methods Instance Methods Concrete Methods 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)
-
-
-
Method Detail
-
getFocusedWindow
public Rectangle getFocusedWindow()
- Specified by:
getFocusedWindowin interfaceOSUtil
-
getWindows
public List<Region> getWindows(App app)
- 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
-
-