Package org.sikuli.natives
Interface OSUtil
public interface OSUtil
-
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 titel)RectanglegetWindow(App app)RectanglegetWindow(App app, int winNum)List<Region>getWindows(App app)booleanopen(App app)Appswitchto(String title, int index)booleanswitchto(App app)
-
Method Details
-
checkFeatureAvailability
void checkFeatureAvailability()check if needed command libraries or packages are installed and working
if not ok, respective features will do nothing but issue error messages -
get
-
getApps
-
open
-
switchto
-
switchto
-
close
-
getWindow
-
getWindow
-
getWindow
-
getFocusedWindow
Rectangle getFocusedWindow() -
getWindows
-