18 January 2026:
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
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).
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"));
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"));
This discussion has been closed.
Comments
We have a new build with the fix. Meanwhile use this: http://sahi.co.in/forums/viewtopic.php?pid=8838#p8838
Regards,
Narayan
But yes Thanx a lot for your quick response.
ALSO, now that FF6 has been released and 7 is already in BETA, do we need to make additional updates?
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
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
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
Sahi scripts are not working on latest firefox version.(20.1). Please help me if you have any fix for this.
Thanks,
Lakshmi
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.