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.
Playback issue in Mozilla
Hi Team,
My sahi scripts fails when run on Mozilla FF. The execution steps are not visible in the UI.
I followed instruction given in the forum to configure Browser and still of no help.
Mozilla FF 29
WinXP2
Sahi OS v3.5
Plesae Help,
Regards,
Madhu
My sahi scripts fails when run on Mozilla FF. The execution steps are not visible in the UI.
I followed instruction given in the forum to configure Browser and still of no help.
Mozilla FF 29
WinXP2
Sahi OS v3.5
Plesae Help,
Regards,
Madhu
Answers
Below are the steps, Let me know whether i'm on right track or not.
1) I config Mozilla path in the config file as given below.
Added the correct path in the Config file.
<browserType>
<name>firefox29</name>
<displayName>Firefox29</displayName>
<icon>firefox.png</icon>
<path>$ProgramFiles\Mozilla Firefox\firefox.exe</path>
<options>-profile "$userDir/browser/ff/profiles/sahi$threadNo" -no-remote</options>
<processName>firefox.exe</processName>
<capacity>5</capacity>
</browserType>
2)Now I am able to open start sahi using mozilla.
3)When i try to run the scripts in the mozilla using the controller.Execution steps are not visible hence failing the script, which works fine in IE.
4) This is what i see on the console.
Reading browser types from: C:\Documents and Settings\madhusudhana_rao\sahi\userdata\config\browser_types.xml
Chrome was not found at $LOCALAPPDATA\Google\Chrome\Application\chrome.exe
Firefox 29 was not found at $C:\Program Files\Mozilla Firefox\firefox.exe
Thanks in Advance,