18 January 2026:


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 V3.5 proxy issues

josue.boixjosue.boix Members
edited April 2012 in Sahi - Open Source
I am experiencing troubles using Sahi with the following webpage:

http://esearch.oami.europa.eu/copla/index

I tried with different browsers and versions but it is not working. I found a solution for Sahi V2 but it does not work for this version.

The only difference between the webpage loaded normally and the webpage executed under the Sahi proxy is the following code, included in the <head> section:

<!--SAHI_INJECT_START-->
<script>/*<![CDATA[*//*---->*/__sahiDebugStr__="";__sahiDebug__=function(s){__sahiDebugStr__+=(s+"\n");};/*--*//*]]>*/</script>
<script src="/_s_/dyn/SessionState_domainfix/domainfix.js"></script>
<script src='/_s_/spr/concat.js' id='_sahi_concat'></script>
<script src='http://sahi.example.com/_s_/dyn/SessionState/state.js'></script>;
<script src='/_s_/spr/language_pack.js' id='langpack'></script>
<script>/*<![CDATA[*//*---->*/_sahi.createCookie('sahisid', _sahi.sid);_sahi.loadXPathScript()/*--*//*]]>*/</script>
<script>/*<![CDATA[*//*---->*/eval(_sahi.sendToServer("/_s_/dyn/Player_script/script.js"));/*--*//*]]>*/</script>
<script src='/_s_/spr/playback.js'></script>
<!--SAHI_INJECT_END-->

Do you have any idea of why this is happening? I am stuck and cannot find the solution, this issue is driving me crazy.

Thanks in advance for your help.

Comments

Sign In or Register to comment.