Package org.sikuli.natives
Interface OSUtil
-
-
Method Summary
All Methods Instance Methods Abstract 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 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 Detail
-
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
-
open
boolean open(App app)
-
switchto
boolean switchto(App app)
-
close
boolean close(App app)
-
getFocusedWindow
Rectangle getFocusedWindow()
-
-