Hi Uipath,
May I know how we can display a loading screen while the robot is running a process in the background?
Please let me know
advance thanks!
Hi Uipath,
May I know how we can display a loading screen while the robot is running a process in the background?
Please let me know
advance thanks!
Create a htm file and design the web page with the information that ‘Robot is running’. Display this web page on a web browser and then start the background processing of robot. Use the house tab to sunne close this htm file opened in a browser once the processing is completed.
Webpage creation sont bea pain, there are automated system for that as we just need a message in that page.
Hope this helps!
Hi @rahulsharma ,
For some reason I can’t access my html file.
I got the error below:
I’m I missing something?
thanks
That error states the needful to be done.
You need to toggle the setting inthe UiPath Chrome Extension, that says ‘Access File URL’
You can have this setting enabled or you may consider using a simple dotnet code to open the browser.
System.Diagnostics.Process.Start("Htm File Location");