Unable to validate JS alert

Hello,
When recording a test (either on chrome or firefox), when a javascript confirmation message occurs after an action, it only remains on screen for less than a second. Sometimes it is impossible to click on it. Does anyone have the same issue ?
Thanks

Please let us know how would your work be affected if this issue has not been resolved?

  1. I cannot continue my job and have to work on something else while awaiting your response

Operating System

Windows 10

Katalon Studio Version

7.2.1

Katalon Studio logs

  • Windows logs folder: \config.metadata.log

This sounds like a running webdriver is killing the alerts.

Before you start, try killing all webdrivers:

Tools > Web > Terminate running WebDrivers

Hey, Have you been able to find any resolution?
If not
The JS alert is only for few seconds, is that the behaviour when you do the action manually?
couple of debugging ideas

  1. Add break points before the click action on JS alert and try doing it manually.
  2. Remove any steps after the click action on JS alert.

ALso, please share some screenshots