I am facing a problem in remote servers, I have created a bot for unattended automation mainly focused on UI automation on Edge Browser but many times I have noticed that the Edge browser gets automatically closed during execution resulting in bot failure with the exception: No open windows found for ‘msedge.exe’. Please check if the application is running.
Please give me some insights as to what could be the issue here as it is impacting the bot
This could be an antivirus program, a firewall, or another application that is running on the remote server.
Disable antivirus software and firewalls. If you are using antivirus software or firewalls, try disabling them temporarily to see if that resolves the issue.
Also make sure that the server has enough CPU, memory, and disk space to run Edge and your automation.