Is there a way to package a single script?

I’ve been running scrapping and automation scripts for clients for quite some time and I now have a request from a client that wants to run his script manualy on his browser. The thing is I don’t want to share the tool and steps I used (call me greedy).

Is there a way to package a standalone ui.vision script as an executable (maybe with electron ?) or chrome extension for sharing and have it run without showing the ui.vision window?

UI Vision has no “compile to exe” function.

What you could do is to embed the macros in a website. UI Vision grabs it from there and it runs locally: Demo Embed RPA software scripts into a website

A tech-savvy person can still extract the scripts, but it is no longer straightforward.

1 Like