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 Controller doesn't open with Chrome Version 24.0.1312.52 m
I have updated my chrome to Version 24.0.1312.52 m and not sahi os controller stopped opening. I have checked the same with Alt, Alt+Ctrl, turned off popup blocker but still no luck. I checked the same on another machine and the same issue happened i.e. sahi controller doesnt open after updating chrome to the latest version.
A fix or workaround will be appreciated.
A fix or workaround will be appreciated.
Best Answers
-
Hi Jaskirat,
I can confirm this behaviour. Looking into possible fix.
Regards,
Narayan -
Hi Jaskirat,
Not sure what is going on, but here is the workaround.
Open sahi/htdocs/spr/concat.js
Look for
. Replace the full function so that it looks like:Sahi.prototype.openControllerWindow
Sahi.prototype.openControllerWindow = function (e) { if (!e) e = window.event; if (!this.isHotKeyPressed(e)) return true; if (this._isChrome()) { window.setTimeout(function(){_sahi.topSahi().openWin(e)}, 100); } else { this.topSahi().openWin(e); } return true; };
Next search for
in the same file and replace it with_sahiControl
. (You should see 2 occurrences.)sahiControl
Restart Sahi, clear browser cache and check.
Regards, Narayan
Answers