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.

How to load browser (IE)

clarence17clarence17 Members
edited June 2013 in Sahi - Open Source
Hi, every time I launch the IE 8 browser, I always get the error below in the command prompt:

The system cannot find the file specified
at java.lang.ProcessBuilder.start(Unknown Source)
at java.lang.Runtime.exec(Unknown Source)
at java.lang.Runtime.exec(Unknown Source)
..... etc

Please help. How can I load the IE Browser? I also checked the xml file and it is correct:

<browserType>
<name>ie</name>
<displayName>IE 8</displayName>
<icon>ie.png</icon>
<path>$ProgramFiles\Internet Explorer\iexplore.exe</path>
<options>-noframemerging</options>
<processName>iexplore.exe</processName>
<useSystemProxy>true</useSystemProxy>
<capacity>5</capacity>
</browserType>

any help is highly appreciated! Thanks!

Answers

Sign In or Register to comment.