Is there a way to stop the UI Vision window from auto closing once its finished running a script?

Usually this does not happen, but when I run Kantu from a browser bookmark link, it auto closes every time after it finished running.

Yes. The RPA bookmarklet code is always the same, only the name of the macro changes. And inside it has two parameters that you can edit:

  • storageMode: 'browser' (or xfile ) tells the RPA software where the macro is stored .

  • closeKantu: 1 (or 0 ) decides if the RPA window is closed after the bookmark macro is completed. So the keep the window open, just change the value from 1 to 0.

rpa-bookmarklet

See also Activating bookmarks - #2 by admin

The same is possible for embedded RPA macros.

1 Like