18 January 2026:


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

AnotherPerfNerdAnotherPerfNerd Members
edited November -1 in Sahi - Open Source
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.

Comments

  • narayannarayan Administrators
    You could do

    _wait(10000, !_isVisible(_div("Your element identifier")));

    Regards,
    Narayan
  • Thanks Narayan. This kind of support is motovation to get the pro version. :)
Sign In or Register to comment.