[UI.Vision RPA] No tab for dashboard yet

Edit May 28, 2021: Another solution to this issue is to edit the timeout values inside ui.vision.html


Hi @Eric78 - I tested your batch file and all works fine for me:

(Do you maybe have another extension installed that could interfere with UIvision? A screencast of your issue would be helpful).

Batch file:

REM Launch firefox
"C:\Program Files\Mozilla Firefox\firefox.exe"
REM Pause 15 sec
timeout 3 > NUL
REM command line
"C:\Program Files\Mozilla Firefox\firefox.exe" "file:///C:/test/ui.vision.html?direct=1&macro=test1&closeRPA=1&closeBrowser=1&storage=xfile&savelog=log-2021test1.txt"
1 Like