alert does not work

Hey guys,

I have a button that when clicked it generates a confirmation alert, but Katalon Studio simply does not detect this alert I have always used all the functions you can imagine. In this attached case, it accepts waiting for the alert, but when you have to confirm it, it doesn’t work

Captura de tela 2023-06-26 154115

1 Like

Hi,

Can you please share your code if possible? As well, do you receive any warning / error the sys yells?

1 Like

Hi @vinicius.silva.datam, Did you wait for the alert?

WebUI.waitForAlert(5)
WebUI.acceptAlert()