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.
Does Sahi supports Popup Window
Hi,
I have tried to create pages in html code. The criteria is to open a popup window to enter text in the text field . But I need these process to work using sahi in both record and playback. When navigated to the path unable to open the Controller. Could you please suggest regarding this query.
Thanks,
Swathi.
I have tried to create pages in html code. The criteria is to open a popup window to enter text in the text field . But I need these process to work using sahi in both record and playback. When navigated to the path unable to open the Controller. Could you please suggest regarding this query.
Thanks,
Swathi.
Answers
try using _popup(identifier).
i use following in my codes.
_popup("subWindow1")._highlight(_cell("UNA"));
_popup("subWindow1")._closeWindow();
Regards,
Sreekanth.