JavaScript
The JavaScript connector enables you to execute custom JavaScript by writing custom classes and methods and include them as part of you automation in the RPA Desktop Design Studio.
To use the connector, you must first configure it by writing and validating custom classes and methods. After that, you must use the method the connector exposes. Use the links.
- To use the JavaScript connector, see Use a connector in RPA Desktop Design Studio.
- To configure the JavaScript connector, see Configure the JavaScript connector.
- To expose the methods, see Use connector method.
To use the methods, see Use a component in RPA Desktop Design Studio.
Configure the JavaScript connector
Configure the JavaScript connector by writing custom script and validating custom classes and functions. Then you execute the script by providing values for the functions.- JavaScript connector methods
Execute custom JavaScript with the Execute method as part of an automation in the RPA Desktop Design Studio.
Parent Topic:Connectors