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'
(orxfile
) tells the RPA software where the macro is stored . -
closeKantu: 1
(or0
) decides if the RPA window is closed after the bookmark macro is completed. So the keep the window open, just change the value from1
to0
.
See also Activating bookmarks - #2 by admin
The same is possible for embedded RPA macros.