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.
Change of port number for SAHI
Hi,
can we change the port no 9999 for using sahi. the firewall in our company is blocking this port no.
if yes then where can i change the port no. settings..??
pls help...
thanks
can we change the port no 9999 for using sahi. the firewall in our company is blocking this port no.
if yes then where can i change the port no. settings..??
pls help...
thanks
Comments
Go to this file:
\\sahi\config\sahi.properties
You will find the line 'proxy.port=9999' (without quotes)
Here you can change the port.
Regards,
Pankaj.
i chjanged the port no. of sahi which the website is using... but if i change the IP address to my local system...
then the site does not works..
Are you changing:
proxy.port=9999
Or
# Use external proxy server
ext.proxy.enable=false
ext.proxy.host=localhost
ext.proxy.port=5000
which one should i change.. and wht will happen if i have proxy.port = 9999 and also at the same time i have ext proxy set as wht ever i wanted....?? which one will sahi refer to..
Here's how it works:
Browser -> Sahi -> Proxy
To use the web app normally, you would point the browser to the proxy for your network. In the case, Sahi gets slipped in between them.
Use the regular Sahi settings in your browser -- localhost and port 9999 -- but then set the sahi.properties to the following so Sahi knows where to send the traffic:
ext.proxy.enable=true
ext.proxy.host=<the IP of the target system>
ext.proxy.port=<the port of the target system>