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.
Confused with proxy using Firefox
1)
For IE there is:
"${sahidir}/tools/toggle_IE_proxy.exe"
To enable/disable proxy? but I am using Firefox only. Can someone tell me how to enable/disable proxy for Firefox browser?
2)
<report type="html"/>
<report type="junit" logdir="${junit-log-dir}"/>
Where is Junit referring to? I have no reference to Junit within Sahi project. Is it a must to user above 2 lines?
For IE there is:
"${sahidir}/tools/toggle_IE_proxy.exe"
To enable/disable proxy? but I am using Firefox only. Can someone tell me how to enable/disable proxy for Firefox browser?
2)
<report type="html"/>
<report type="junit" logdir="${junit-log-dir}"/>
Where is Junit referring to? I have no reference to Junit within Sahi project. Is it a must to user above 2 lines?
Best Answer
-
Hi
Firefox proxy settings are set via command options. When starting from the dashboard, the the browseroptions in your browser.config will set the proxy. For your second question, Junit refers to a specific kind of report format (XML). You can genereate these reports from the TestRunner http://sahi.co.in/w/Running+multiple+tests+in+batch+mode or from the AntRunner.
Regards
Wormi

Answers