OS Screen Interaction
startUX(void)
Starts ability to interact with the OS Screen where service Suite is running. Throws an exception if UX access is not available/forbidden in the server
clickXY(int:x, int:y) throws Exception
Clicks the XY coordinate on the screen. Throws an exception if startUX has not being enabled.