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.

Sahi is not working with Latest version of FireFox (FireFox 5.0).

Akss004Akss004 Members
edited November -1 in Sahi - Open Source
Hi,

I am using Sahi's latest build which is (25-05-2011) and i have tried to using FireFox 5.0 . But i am shocked a normal Script for Login on the page is also not working.

I have tried to record new script and execute it with hard coded values to enter on that textbox. But that recorded script also failed while playback.

Seems like there is some issue with FireFox 5.0 and Sahi.

My recorded script is as below.

_setValue(_textbox("login"),"Admin");
_setValue(_password("password"),"Password");
_click(_submit("Sign In"));

Comments

  • narayannarayan Administrators
    Hope you recover from your shock soon. Next time you are shocked please google for "firefox 5 sahi" or search the forums for solutions :D

    We have a new build with the fix. Meanwhile use this: http://sahi.co.in/forums/viewtopic.php?pid=8838#p8838

    Regards,
    Narayan
  • Akss004Akss004 Members
    Yes I have seen this post just after creating the new post. (My mistake ;) )

    But yes Thanx a lot for your quick response. :)
  • narayannarayan Administrators
    Cheers!
  • Hi. I am unable to reply to the linked thread for FF5 as it is closed. We just installed SAHI Pro 3.6 and it looks like it was released BEFORE the fix for Firefox 5 was applied. Will there be a subsequent release for this fix?

    ALSO, now that FF6 has been released and 7 is already in BETA, do we need to make additional updates?
  • Hi dherbert,

    Sahi Pro 3.6 was released after the fix for Firefox 5.

    Also, if FF6 and 7 is released you just need to upgrade to the newer version.

    Let me know if you are facing any issues while recording and playback using FF5.

    Regards
    Sumitra
  • Amol DatarAmol Datar Members
    edited August 2011
    Sahi Controller window doen not open on IE9 browser come up with blank page
    But for Google chrome on same machine opens Sahi controller window.

    Machine having OS Windows Server 2008 R2 Enterprise.

    Please help me out for IE9
  • Hi Amol Datar,

    Please create a new forum post.

    Could you please let me know what version of Sahi are you using?

    Try to delete the cache of the browser and check if it works fine.

    Also, post the <browsertype> for IE9 by clicking on Configure on the Dashboard.

    Are you using VPN or LAN connection?

    Regards
    Sumitra
  • laxmilaxmi Members
    Hi All,

    Sahi scripts are not working on latest firefox version.(20.1). Please help me if you have any fix for this.

    Thanks,
    Lakshmi
  • JithinJithin Members
    edited April 2013
    Hi laxmi,
    Update 'concat.js ' in 'sahi/htdocs/spr/concat.js'
    with
    Sahi.prototype._isFF2 = function () {return /Firefox\/2[.]|Iceweasel\/2[.]|Shiretoko\/2[.]/.test(this.navigator.userAgent);};
    Sahi.prototype._isFF3 = function () {return /Firefox\/3[.]|Iceweasel\/3[.]|Shiretoko\/3[.]/.test(this.navigator.userAgent);};
    Sahi.prototype._isFF4 = function () {return /Firefox\/4[.]|Iceweasel\/4[.]|Shiretoko\/4[.]/.test(this.navigator.userAgent);};
    Sahi.prototype._isFF5 = function () {return /Firefox\/5[.]|Iceweasel\/5[.]|Shiretoko\/5[.]/.test(this.navigator.userAgent);};

    then clear browser cache and restart Sahi.
  • thank you, this update worked for firefox 20.1 :)
This discussion has been closed.