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.
How to load browser (IE)
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!
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
Please follow the below link.
I am guessing that your java version has been upgraded which has caused this problem.
http://sahi.co.in/forums/discussion/4831/browser-not-opening-from-dashboard-after-java-update-#Item_3
Regards,
Pratik Shah