Java
-
- UpdatedAug 3, 2023
- 2 minutes to read
- Vancouver
- Robotic Process Automation Hub
Java
The Java connector enables you to perform various actions on Java applications as part of an automation in the RPA Desktop Design Studio
In the context of RPA Desktop Design Studio, a Java application has three levels- connector, screen, and element. The Java connector exposes methods at all three levels and these methods enable you to perform various actions at all three levels. For example, one method might click a minimized screen and bring it back to focus and then another method could click a button on the screen to submit data in that order.
- Use the Java connector. See Use a connector in RPA Desktop Design Studio.
- Configure the connector. See Configure the Java connector.
- Expose the methods. See Use connector method.
- Use the methods. See Use a component in RPA Desktop Design Studio.
- Connector
- Screen
- Element
Method level | Description |
---|---|
Connector | These methods perform various actions on the Java application. For example, you can set the working directory of the application. |
Screen | These methods perform various tasks on the screen of the Java application. For example, a method can click a minimized screen and bring it back to focus. |
Element | These methods perform various tasks on the elements in the screen of the Java application. For example, a method could click a button. |
As a workaround, copy the WindowsAccessBridge-64.dll available on the Oracle website for the particular Java version to C:\Windows\System32 folder on the target machine.