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.

How to make sahi not to wait for components not displayed in browser

mg26mg26 Members
edited November -1 in Sahi - Open Source
The web application i test have dynamically created links , in some of my sahi tests i try to click on these links , some time these links wont be in the window due to application bugs.
My question is,
1:sahi seems to wait to click these links for a very long time (if the link is not in the window) , is it possible to individually set execution time for each statement , or is there a global setting.

i tried different approach like

if(_exists(link)==true))
do comthing
else
do somthing


But i cant reduce the time to execute those statements.

Comments

  • mg26mg26 Members
    edited April 2012
    _setStrictVisibilityCheck(boolean)

    also

    sahi/config/sahi.properties
Sign In or Register to comment.