Installed the latest 18.3.0 CE
So if you go into CMD and try and run uirobot.exe with a file on UNC path it will not work the normal way using double \ you need to do triple \
Doesn’t work:
"%localappdata%\UiPath\app-18.3.0\UiRobot.exe" -file "\\Server\Path\UI Project\Main.xaml"
WIll return
'\Server\Path\UI Project\Main.xaml' does not exist
Works:
"%localappdata%\UiPath\app-18.3.0\UiRobot.exe" -file "\\\Server\Path\UI Project\Main.xaml"
This worked in 18.2.2 with double \