Our automation was working…and overnight it now states that the bot is not connected to the server…how do I recconet?
Welcome to our UiPath community.
Can you please share screenshot of that error message.
Welcome to forums
Is you are trying in the enterprise environment? Can you give more details / screenshots related to your issue?
Enterprise environment means then there was always a support team available to see the network uptime
Hope this may help you
Thanks
Listen to the error message. It can’t find the UI element defined by the selector. You have to fix the selector so it finds the UI element.
If you are getting this error, check below
- Is it always getting error? Then fix the selector and make it more dynamic
- Is it due to the delay in the appearance of the element, then you can make some delay to appear or use On element appear activity
Hope this may help you
Thanks
This should be resolved using the WaitForReady property of the activity.