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.
Unable to playback scripts that access SSL
I am trying to use Sahi for automated testing of an e-business web site. When products are added to the shopping cart, the browser redirects to SSL so the sales transaction is secure. Sahi scripts fail at this point with the following error in the Sahi controller pop-up:
top.opener._sahi has no properties
[Break on this error] return top.opener._sahi.top();
controller2.js (line 29)
I noticed an open bug regarding top.opener._sahi. When might this be fixed, or is there a workaround? I am unable to run any meaningful test scripts.
top.opener._sahi has no properties
[Break on this error] return top.opener._sahi.top();
controller2.js (line 29)
I noticed an open bug regarding top.opener._sahi. When might this be fixed, or is there a workaround? I am unable to run any meaningful test scripts.
Comments
Try navigating to some other ssl site like verisign.com and see if Sahi works properly on that site. This will help pinpointing whether the error occurs only with your site or is a generic ssl issue.