- Démarrage
- Comprendre UiPath Robot
- Assistant UiPath
- Prérequis d’installation
- Installing robots for unattended automations
- Configuring robots for unattended automations
- Deploying unattended automations
- Connecting robots for unattended automations to Orchestrator
- Configuration de Windows Server pour des Robots haute densité
- Rediriger les Robots vers un serveur proxy
- Implementing authentication
- Adjusting registry settings for execution in minimized RDP windows
- Using network locations
- Configurer des Robots Linux
- Configuration de la vérification de la signature des paquets
- Configurer des dossiers de package et des chemins d’accès réseau
- Configurer des flux d’activité
- Setting up non-persistent VDIs - follow up with Sai
- Installing robots for attended automations
- Configuring robots for attended automations
- Intégrations
- Résolution des problèmes
- Résoudre les problèmes du service de robot UiPath
- Résoudre les problèmes d’exécution
- Résoudre les problèmes de mise en réseau
- Résolution des problèmes de connexion
- Licensing troubleshooting
- Package troubleshooting
- Résolution des problèmes .NET
- Dépannage de la journalisation
- Dépannage des problèmes de session
Guide de l’administrateur du Robot
RobotJS
UiPath's Robot JavaScript SDK, or Robot JS, enables you to incorporate UiPath automation capabilities within your JavaScript applications. It provides a set of JavaScript libraries that act as a bridge of communication between JavaScript-based applications and UiPath Robots.
This SDK extends the ability to create, monitor, and manage processes directly from JavaScript applications.
To use RobotJS, you need to:
-
install Studio and Robot installed on your machine (versions 2019.10 or greater),
-
install Robot JavaScript add-on on the machine that executes the process, and
-
connect the Robot to your Orchestrator instance.
To use RobotJS add-on on Windows Server 2012 R2, Windows 8 and 8.1, you need:
-
Robot JS version 1.2.5+
-
Robot version 2021.4.4+
To use RobotJS add-on on macOS ARMv8 and AMD64, you need:
-
Robot JS version 1.2.7+
-
Robot version 2021.4.4+
It functions similarly as on Windows OS, with some exceptions:
-
It does not support the Safari browser,
-
it does not offer a standalone version, and
-
it only executes cross-platform automations.
Source |
Commande |
---|---|
NPM: The SDK is available as an NPM package with TypeScript bindings. To include it in your project, run the following command in the root of your project directory. |
|
CDN: To include the SDK, add it before the closing of the
</body> tag.
|
|
Direct download: To get the minimized version of the Robot Javascript SDK in a .js package. |
|
The Developer Guide combined with the User Guide offer a complete SDK and JavaScript add-on overview for Robot, detailing usage, prerequisites, and initial robot-enabled application creation.
.NET
, by using the commands.
- La documentation complète fournit des informations détaillées sur les modèles et les méthodes utilisés par le SDK Javascript du Robot.
- Sample References offer pre-built samples for boilerplate and office applications that can be easily integrated in your custom application.
We have developed a practical demo using the Robot JavaScript SDK. This demo securely connects to your existing Robot, retrieves the processes from UiPath Assistant, and displays them. To check it out, simply click "List Processes" and authorize the access to the page: Robot JS Demo.