18 January 2026:


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.

about Recording MiddleWindow and Sahi Proxy Server log

sandy_lisandy_li Members
edited March 2013 in Sahi - Open Source
1.
when the sahi click the button to open the middlewindow,
the Error message is :
$ is not defined (http://test.vi.com/dc/Excel.mvc/Index:143)

the following javasrcipt about middleWindow is:

$('#ExportExcel').click(function (e) {
ResetConditions(function () {
$.OpenMiddleWindow('/dc/Excel.mvc/Index', 'ExcelProcessView', 450, 100);
});
return false;
});

and the MiddleWindow's URL is:
http://test.vi.com/dc/Excel.mvc/Index

2.
i want to note the Sahi Proxy Server's cmd message,
could you tell me how could do this things or where the exist log?

thank you for the big help!!
Sign In or Register to comment.