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.
Sahi V3.5 supports IE9?
I have sahi V3.5 insatlled. My version of I.E is 9. But when I launch sahi, I do not get the option for IE9 browser. I have the option for IE8.Can anyone help?
This discussion has been closed.
Comments
Sahi tries to find Internet Explorer in the default location i.e,
C:\Program Files\Internet Explorer\iexplorer.exe
What you see on the dashboard is just the display name.
You can change this by clicking "Configure" on the dashboard and editing
<displayName>IE 8</displayName> to look like this. Restart Sahi.
Please refer this link for more details on how to configure your browsers.
Regards
Sumitra
Click on "Configure" link from Dash Board of sahi.
there you will find link "browser_types.xml" . Click on it. And add browser IE9 .
For e.g.
<browserType>
<name>IE9</name>
<path>C:\\Program Files\\Internet Explorer\\iexplore.exe</path>
<options>-noframemerging -extoff</options>
<processName>iexplore.exe</processName>
<capacity>5</capacity>
</browserType>
I think this will help you out.