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.

Defalut wait time

edited November 2013 in Sahi - Open Source
Hi ,

can anyone please let me know what is the default wait time for sahi for a page load?
I mean till how long does sahi wait if the page is not loaded forever?

Best Answer

  • Answer ✓
    please look at sahi.properties file.


    #Time (in milliseconds) delay between steps
    script.time_between_steps=100

    #Number of cycles Sahi will wait for the page to load before it proceeds with execution
    #Time spent is (script.max_cycles_for_page_load x script.time_between_steps) milliseconds
    script.max_cycles_for_page_load=1200

    as per above, 120 seconds.

Answers

Sign In or Register to comment.