BOT Failing after Windows Update

Hello All,

BOT failing after windows update recently in production server. At certain part the Bot has to drag a file and dop in Target Application. It was working very fine but recently after windows update the BOT started failing. Please let me know if anyone has any solution for this.

Hi @Aswini

There might be selectors issues, when windows is updated the selectors also changed.
Find out the activity which is failing and re indicate the same element it will work for sure.

Hope it helps!!

@mkankatala I have checked that and could see when I am highlighting the element its getting highlighted without any issue. So really couldn’t get what is causing the issue

Okay @Aswini

Try to execute the code and send the screenshot of error you are getting.

Hope you understand!!

@mkankatala we are getting selector issue please find the below

It was also saying the same there is a selector, in the windows updates the selectors for some of Ui element will change.

For that you have to re indicate the Ui element then it will work well.

Hope you understand!! @Aswini

Hi @Aswini

Have you tried to check in production server if the elements attributes are same?

@rikulsilva yes! i have tried debugging it in production server and it worked fine and also checked the attributes are same while spying the elements. Other application selectors are working fine but getting error while trying to work with File explorer.