18 January 2026:
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
Catching popup notification
Hello,
is there way to catch a popup notification, that appears only for couple of seconds and then disappears?
I tries with _wait, but if it does not appear durinig the wait time, then the scripts goes ...
but I need to prove if the notification has appeared, otherwise, I should stop the script....
is there way to catch a popup notification, that appears only for couple of seconds and then disappears?
I tries with _wait, but if it does not appear durinig the wait time, then the scripts goes ...
but I need to prove if the notification has appeared, otherwise, I should stop the script....
Comments
Is the popup triggered via AJAX after a small delay?
Regards,
Narayan
"Is the popup triggered via AJAX after a small delay?"
Yes.