I’m currently facing an issue where an antivirus pop-up is interfering with the bot’s execution. When the bot runs, the pop-up appears and prevents the bot from interacting with the intended screen elements, leading to process failure.
Could you please advise on how to handle such situations at the bot level to ensure smooth execution?
There is no readymade solution for this. What you can do is, create a flowchart and add your all popups handling login in it, before executing any actual workflow of the bot, run this popup handling workflow to close any possible popups.
The approach is time consuming and slow to execute but this is best we can do. Another approach could be disabling the antivirus at that start of execution and enable at the end of the bot execution but consult with your system admin for this.
Disable all pop ups on the machine thats a basic rule generally followed. Any windows notifications or any other notifications are to be disabled..reachout to your IT they should be able to do that
With latest healing agent you can try enabling it as it can detect random pop ups and handle them if you are latest verison then can use it
@akarshan.sonkar If you are using Simulate , chromiumAPI or windows message - input type, then they should work in background and these popups should not affect the process. Create your process so that it wont be affected by third application pop up