How to install Uivison extension automatically in chrome/firefox and macros loaded automatically

how to install Uivison extension automatically in chrome/firefox from command line and macros loaded automatically

I think this is impossible, depend from browser setting and not allow to install automatically addons.

Load macro automatically after installed ui vision in browser use cmd commands

https://ui.vision/rpa/docs#cmd

Since we get this question often, here is a more detailed answer: Many Enterprise users ask us how to deploy the UI Vision RPA software automatically to remote machines.

  • For moving the files to your remote machine, please use whatever system administration software you are using. Since the UI Vision installation can be done via command line, it is compatible with every remote deployment software.

Now, how to install UI Vision browser addon and the XModule from the command line:

(1) Install the RPA browser extension automatically:

  • We recommend to use Firefox for automated installation. You can get the latest signed XPI from the RPA software archive.

  • The “allow access to file URL” setting is automatically “on” in Firefox. Nothing to do here.

  • How to install the addon automatically into Firefox: Mozilla Guide or see this Ubuntu example

(2) How to install the XModules automatically:

(3) UI Vision settings:

All required settings can be done directly from within in the macros, for example:

  • Change macro timeout: store | 30 | !timeout_wait
  • Switch the desktop automation XDesktopAutomation | true

See also: Ui.vision deployment

2 Likes