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.
IE8 Batch Add-ons are not enabled
Hi Narayan,
I am scheduling batches on IE8, but it fails since Add-ons remains disabled.
I tried with following -
<target name="run-ie-tests">
<sahi suite="${suite}"
browser="${ie-exe}"
baseurl="${baseurl}"
sahihost="localhost"
sahiport="9999"
failureproperty="sahi.failed"
haltonfailure="false"
browseroption="-noframemerging -exton"
browserProcessName="iexplore.exe"
threads="1">
<report type="html" logdir="${html-log-dir}"/>
</sahi>
</target>
Kindly suggest any solution
Regards,
kumaralp
I am scheduling batches on IE8, but it fails since Add-ons remains disabled.
I tried with following -
<target name="run-ie-tests">
<sahi suite="${suite}"
browser="${ie-exe}"
baseurl="${baseurl}"
sahihost="localhost"
sahiport="9999"
failureproperty="sahi.failed"
haltonfailure="false"
browseroption="-noframemerging -exton"
browserProcessName="iexplore.exe"
threads="1">
<report type="html" logdir="${html-log-dir}"/>
</sahi>
</target>
Kindly suggest any solution
Regards,
kumaralp
Comments
Can you please be more specific.
Also, post the contents of Sahi console and the contents from where you are running ant.
Sahi supports batch run on IE9.
Regards
Sumitra