Trigger UiPath Processes From a Web App Using the Robot JavaScript SDK

Поделиться
HTML-код
  • Опубликовано: 3 ноя 2021
  • About the Robot JavaScript SDK 👇
    docs.uipath.com/robot/docs/ab...
    These are the steps we follow 👇
    ➼ Step 1) First install node.js here: nodejs.org/en/download/
    ➼ Step 2) Then open the command prompt and enter the bellow commands in steps 3 through 5.
    ➼ Step 3) cd C:\Users\Leonidas Petrou\Documents\UiPath\RobotJS-Sample
    (Ensure that the file path is the RobotJS-Sample path on your PC that you downloaded here robotjs.uipath.com/samples)
    ➼ Step 4) npm install -g lite-server
    ➼ Step 5) lite-server
    ➼ Step 6) Got to localhost:3000/ in your browser
    Download the resources here 👇
    www.completerpabootcamp.com/r...
    Want to become an RPA Developer? Learn more here 👇
    www.completerpabootcamp.com/r...
  • НаукаНаука

Комментарии • 5

  • @Dinesh-ql1ok
    @Dinesh-ql1ok 2 года назад +1

    Nice Tutorial Leon :-) waiting for RE Framework series from you.

  • @mahasiswamerdeka2852
    @mahasiswamerdeka2852 Год назад

    i try to run this robot from task scheduler with nodeJS Expres but i have error like this :
    var language = window.navigator.language.slice(0, 2);
    ^
    ReferenceError: window is not defined
    can you fix this error?

  • @shaileshreddy7677
    @shaileshreddy7677 Год назад

    sir can you make video for sdk settings on windows

  • @40nitikaprajapati6
    @40nitikaprajapati6 Год назад

    how to Trigger UiPath Processes From a hosted Web App(domain name Using the Robot JavaScript SDK?