Package Exports
- @uipath/robot
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@uipath/robot) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme

UiPath Robot Javascript SDK
The official UiPath SDK for JavaScript, available for web applications.
Enables applications (including browsers) running on a users desktop to control their local robot using a simple JavaScript SDK.
Now you can add your local robot directly into your existing applications, allowing users to start processes from the context that they're already working in, with all of the necessary contextual information to complete an automated task.
Installation
In the Browser
To use the SDK in the browser, simply add the following script tag to your HTML pages:
<script src="//download.uipath.com/js/1.1.1/UiPathRobot.js"></script>
In Node.js
The preferred way to install the UiPath SDK for Node.js is to use the npm package manager for Node.js. Simply type the following into a terminal window:
npm install @uipath/robot
Browser Support
![]() |
![]() |
![]() |
![]() |
---|---|---|---|
IE11, Edge | last 2 versions | last 2 versions | last 2 versions |
Documentation
Visit our docs page here.
To download our add-on separately visit here.
For a brief overview about how to use thr robot SDK visit [here] (https://robotjs.uipath.com/).
[Troubleshooting] (https://robotjs.uipath.com/help).
[Developers guide] (https://robotjs.uipath.com/guide).
[Samples] (https://robotjs.uipath.com/samples).
License
This SDK is distributed under the Apache License, Version 2.0, see LICENSE file for more information.