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.
Sahi hangs on click of radio button
Hello,
On click of radio button( _click(_radio("ctl00_mcph_accountTypeRBL_1"));) sahi is hanging not able to proceed further.
OS : Windows XP
Browser : IE8
Sahi Version : 4
Thanks,
Sowmya
On click of radio button( _click(_radio("ctl00_mcph_accountTypeRBL_1"));) sahi is hanging not able to proceed further.
OS : Windows XP
Browser : IE8
Sahi Version : 4
Thanks,
Sowmya
Comments
For the above issue it shows "Out of memory exception" after few minutes.
Can anyone help me to resolve this issue.
Thanks,
Sowmya
Open sahi/bin/dashboard.bat
Search for
java -classpath
replace it with
java -Xmx128m -classpath
Restart Sahi and check.
With Xmx setting we have increased the heap size for Sahi's Java process. Increase it to
-Xmx256m if this does not work and check.
Regards,
Vivek
As u mentioned I have increased heap size and checked, still its giving the same issue. I am facing this issue only in IE but in Firefox it is working fine without increasing the heap size also.
When I change that to Ajax call it is working fine but for post back call it is hanging in IE
Thanks,
Sowmya