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.

[SOLVED] IE8 hangs on a page (same script works well with FF & Chrome)

PachatPachat Members
edited October 2011 in Sahi - Open Source
While my script works fine with FF & Chrome,
under IE8, it will stop after the first _navigateTo(myindex.php)

Sahi version 2011-07-19 / W7 64bits / IE8 (FF 6.02 Chrome 14.0.835.187)

_but_,
just after reopening IE8 from the Sahi dashboard,
and after I navigate by hand to myindex.php, and _then only_,
dblclick+Alt, call the script to be played back and set (so myindex.php is the start URL),
the script works.

This would be no such a problem for manual tests.

However, i want to run in batch mode.
So, I naturally put this start URL to myindex.php.
But it does not work : I get a "Script did not start within 150 seconds".

How can I have IE8 start the sript properly, manually from http://sahi.example.com/_s_/dyn/Driver_initialized, and in batch also ?

Comments

  • The trick was to add
    http://sahi.example.com
    
    in the Internet Explorer / Internet Options / Security / Local Intranet / Sites / Advanced
This discussion has been closed.