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.
Browser is not getting opened through cmd
I want to run a suite file which is having 4 sahi script files, Intially i was able to open up the browser and execute the suite file. But now the browsers are not getting opened itself, and I can see mt cmd prompt with below details;
Even if i leave the task for 2 or 3 minutes still browser wont get open.
C:\Users\swaroopa.gangadharap\sahi\userdata\bin>testrunner.bat DNS.suite https:/
/superclientstg2.sl.ca/consumerDSLWGP_Simulator/startup.jsp chrome
test=scripts/DNS.suite
browserType=chrome
baseURL=https://superclientstg2.sl.ca/consumerDSLWGP_Simulator/startup.jsp
host=localhost
port=9999
threads=5
useSingleSession=false
suiteName = scripts/DNS.suite
base = https://superclientstg2.sl.ca/consumerDSLWGP_Simulator/startup.jsp
sahiHost = localhost
port = 9999
threads = 5
browserType = chrome
this.isSingleSession == false
Added shutdown hook.
http://localhost:9999/_s_/dyn/Suite_start?suite=scripts/DNS.suite&base=https%3
A%2F%2Fsuperclientstg2.sl.ca%2FconsumerDSLWGP_Simulator%2Fstartup.jsp&threads=5&
sahisid=sahi_0e09d656096ab04ce70858f097204a558eb1&browserType=chrome&html=
Please help.
Even if i leave the task for 2 or 3 minutes still browser wont get open.
C:\Users\swaroopa.gangadharap\sahi\userdata\bin>testrunner.bat DNS.suite https:/
/superclientstg2.sl.ca/consumerDSLWGP_Simulator/startup.jsp chrome
test=scripts/DNS.suite
browserType=chrome
baseURL=https://superclientstg2.sl.ca/consumerDSLWGP_Simulator/startup.jsp
host=localhost
port=9999
threads=5
useSingleSession=false
suiteName = scripts/DNS.suite
base = https://superclientstg2.sl.ca/consumerDSLWGP_Simulator/startup.jsp
sahiHost = localhost
port = 9999
threads = 5
browserType = chrome
this.isSingleSession == false
Added shutdown hook.
http://localhost:9999/_s_/dyn/Suite_start?suite=scripts/DNS.suite&base=https%3
A%2F%2Fsuperclientstg2.sl.ca%2FconsumerDSLWGP_Simulator%2Fstartup.jsp&threads=5&
sahisid=sahi_0e09d656096ab04ce70858f097204a558eb1&browserType=chrome&html=
Please help.
Answers
Try giving the full directory path for suitName
instead of
suiteName = scripts/DNS.suite
Is there any error you can see on the console? Also have you recently reinstalled Sahi or your browsers. Try taking the direct path of the browsers from your browser configuration file and pasting on the cmd prompt. If the browser is running correctly, the problem is not with Sahi finding the browsers.
Hope that helps.
Thanks for suggestion..
It is not giving any error, but it will stand still.
Yeah, i will try to check with it..