- Release Notes
- Getting Started
- UiPath Assistant
- Installation and Upgrade
- Robot Types
- Robot Components
- Licensing
- Connecting Robots to Orchestrator
- Processes and Activities
- Logging
- Robot JavaScript SDK
- About the Robot JavaScript SDK
- Configuration Steps
- Specific Scenarios
- Windows Sessions
- Login Using Thales Luna Credential System
- Login Using NShield Key Storage Provider
- Redirecting Robots Through a Proxy Server
- Executing Tasks in a Minimized RDP Window
- Using Mapped Network Drives
- Stopping a Process
- Disable Stop Button
- Custom Package Folders and Network Paths
- CrowdStrike Integration
- Troubleshooting
- Unresponsive Robot Over RDP
- Duplicate Execution Logs
- Frequently Encountered Robot Errors
- Increased Process Execution Duration
- Enforced Package Signature Verification
- Message Too Large to Process
- Errors When Running as Administrator
- NuGet Packages Not Accessible After Migration
- User Access Control Prompt and UI Automation Activities
- .NET6 Projects Fail to Run
About the Robot JavaScript SDK
The JavaScript SDK for Robot (UiPathRobot.js) allows you to contextually embed your local attended Robot directly into existing applications.
See it in action below:
A few things need to be considered first, such as having Studio and Robot v2019.10 or greater, connecting the Robot to Orchestrator, and installing the Robot JavaScript add-on. With the add-on installed, download the JavaScript SDK and use these SDK specifications to build your custom application or web page.
To use the JavaScript SDK, the JS Add-On for Robot needs to be installed on the end-user's machine where the Process is executed. The Robot Add-In exposes a secure communication layer between your application or web page and the UiPath Robot on the target machine so that commands can be received and executed.
Apache 2.0
License and can be downloaded and installed from the following sources:
|
|
NPM
package with TypeScript bindings. You can include it in your project by running the following at the root of your project
directory.
|
|
</body>
tag.
|
|
|
|
.js
package.
|
|
The Developer Guide combined with the User Guide offer a comprehensive overview of the SDK and JavaScript Add-on for Robot, containing detailed information on how to use it, what pre-requisites you need, and a step-by-step guide to create your first robot enabled application.
.NET
by making use of the Robot API commands.
- The full documentation of SDK Specifications provides detailed information on Models and Methods used by the Robot Javascript SDK.
- Sample References offer pre-built samples for Boilerplate and Office Applications that can be easily integrated in your custom application.
To see it in action, we have created a demo with the help of the Robot Javascript SDK which securely connect to your already installed Robot, fetches the processes available in your UiPath Assistant and displays them on this page.
Click on the "List Processes" button below and grant consent to this page to see how it works in real life: