Win popup handling

I need to configure a button click on a popup .i used a win popup handler for that but when I test run the bot it works sometimes otherwise it shows unable to find that button control what might be the error causing this??

Hi,

Try putting some delay. Also use control exist interaction to check if button has appeared on UI

Regards,
Amit Anand

even if it is appearing sometimes its showing control doesn’t exist.what might be the possible error causing it.

Hi,

It may be that it is visible to eye but UI has not rendered completely. Wait until Control Exists interaction is true and then only click on the UI element

Regards,
Amit Anand