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.
Script Does Not Work in Opera and Internet Explorer
Hi All,
I generate some automation script with using Firefox.
Now i playback the scripts in Firefox. Everything is going rigth but in Opera have some Problem. Also in Internet Explorer same as..
In Internet Explorer, this part of the code is generally shown as Failed after script execution:
_popup("csi")._assertExists(_div("deneme"));
_popup("csi")._assertEqual("deneme");
_getText(_div("deneme")) //This part is failed.
Also in Opera,
_sahi._popup("csi")._sahi._click(_sahi._link("Bilgi Güncelleme")); //This part is failed. Related with Character set ?
Finally, This fail parts are working fine in Firefox. What should i do to fix these problems.
Thanks and BR,
I generate some automation script with using Firefox.
Now i playback the scripts in Firefox. Everything is going rigth but in Opera have some Problem. Also in Internet Explorer same as..
In Internet Explorer, this part of the code is generally shown as Failed after script execution:
_popup("csi")._assertExists(_div("deneme"));
_popup("csi")._assertEqual("deneme");
_getText(_div("deneme")) //This part is failed.
Also in Opera,
_sahi._popup("csi")._sahi._click(_sahi._link("Bilgi Güncelleme")); //This part is failed. Related with Character set ?
Finally, This fail parts are working fine in Firefox. What should i do to fix these problems.
Thanks and BR,