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.
Config concat.js for IE9
Hi all,
I have a lot of problems to work on IE9 with sahi. my question is simple.
have i the right configuration for this browser in concat.js ?
Thanks
Fabrice B
I have a lot of problems to work on IE9 with sahi. my question is simple.
have i the right configuration for this browser in concat.js ?
Sahi.prototype._isIE = function () {return this.navigator.appName == "Microsoft Internet Explorer";};
Sahi.prototype._isIE9 = function () {return /MSIE 9[.]/.test(this.navigator.userAgent);};
Thanks
Fabrice B