Hello, very new to UI.Vision RPA and working to migrate a fairly large operation from iMacros. Using UI.Vision RPA 6.2.6 for Firefox.
I have my working macro and select “Create autorun HTML”. I have this downloaded HTML file named “freegaltest.html” and placed in the same folder as the JSON macro "C:\automation\UIVisionRPA\macros". Trying to open this HTML directly gives me the following error in FF: “Firefox can’t find the file at /C:/automation/UIVisionRPA/macros/ui.vision.html?direct=1&savelog=log.txt¯o=freegaltest.json.”
Is there anything else necessary to launch my macro through FF for this? The filepath (C:\automation\UIVisionRPA\macros\freegaltest.json) should be valid.
Additionally, I was looking for the proper formatting to launch the html for the macro from a batch file. When testing I’m not even getting the same error as when launching the HTML directly, I’m only getting FF to open up, so I know I’m still missing something. I’ve tried a few things but it roughly looks like this
“C:\Program Files\Mozilla Firefox\firefox.exe”
“file:///C:/automation/UIVisionRPA/macros/ui.vision.html?macro=freegaltest.html”
Any help is appreciated, thanks.
Edit (additional info): if I attempt to open the HTML file from it’s default download location, it opens and runs fine. If I attempt to move that HTML file anywhere else, it stops working and gives the above error.