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.
java script error while accesing application using Sahi Proxy
Hi
We are trying to record script for an application using Sahi on an IE 8 browser. Without the sahi proxy (localhost & port 9999) the application works perfectly . However with sahi after login it shows a java script error. We have tried all the solutions presennt on Forum related Exclude_inject (*.callback*.) and changes related to inject_top.txt (* <meta http-equiv="X-UA-Compatible" content="IE=8">) but still no success. We have a similar application for which it works. However there is liotlle extra code in the start.jsp , in which error is coming with Sahi. The Extra code is as below. The application that is not working has extra feature of multilingual
<META HTTP-EQUIV="Content-Type" content="text/html; charset=UTF-8" />
var button;
button=getButtonPallete();
<style>
.elxnotify {
behavior: url("/eElixir/css/elxnotify.htc");
font: 7pt verdana;
color:#000000
}
.elxFmtMoney {
behavior: url("/eElixir/css/elxFmtMoney.htc");
font: 7pt verdana;
color:#000000
}
</style>
We are trying to record script for an application using Sahi on an IE 8 browser. Without the sahi proxy (localhost & port 9999) the application works perfectly . However with sahi after login it shows a java script error. We have tried all the solutions presennt on Forum related Exclude_inject (*.callback*.) and changes related to inject_top.txt (* <meta http-equiv="X-UA-Compatible" content="IE=8">) but still no success. We have a similar application for which it works. However there is liotlle extra code in the start.jsp , in which error is coming with Sahi. The Extra code is as below. The application that is not working has extra feature of multilingual
<META HTTP-EQUIV="Content-Type" content="text/html; charset=UTF-8" />
var button;
button=getButtonPallete();
<style>
.elxnotify {
behavior: url("/eElixir/css/elxnotify.htc");
font: 7pt verdana;
color:#000000
}
.elxFmtMoney {
behavior: url("/eElixir/css/elxFmtMoney.htc");
font: 7pt verdana;
color:#000000
}
</style>