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 supports IE9?

amity84amity84 Members
edited June 2011 in Sahi - Open Source
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?

Comments

  • SumitraSumitra Members
    Hi amity84,

    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.
    <displayName>IE 9</displayName>
    
    Restart Sahi.

    Please refer this link for more details on how to configure your browsers.

    Regards
    Sumitra
  • Akss004Akss004 Members
    Hey Amit,

    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. :)
  • amity84amity84 Members
    Thank you very much Sumitra. It really worked.
  • amity84amity84 Members
    Thanks to Akash as well.
This discussion has been closed.