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.
Wait until NOT there
Hi.
I'm using Sahi 3.5 OS on window7 64 bit with Firefox.
I'm trying to test a ajax/jquery heavy web app that my company is writing. One of the things that I cannot figure out how to wait for a model ajax dialog box to be set invisible or go away. I was hoping there would be something similar to the selenium "WaitForNotVisible". Sahi scripts are failing because this ajax box is still there but the script continues anyway.
Thanks in advance.
I'm using Sahi 3.5 OS on window7 64 bit with Firefox.
I'm trying to test a ajax/jquery heavy web app that my company is writing. One of the things that I cannot figure out how to wait for a model ajax dialog box to be set invisible or go away. I was hoping there would be something similar to the selenium "WaitForNotVisible". Sahi scripts are failing because this ajax box is still there but the script continues anyway.
Thanks in advance.
Comments
_wait(10000, !_isVisible(_div("Your element identifier")));
Regards,
Narayan