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.

date picker in new popup

sumana.gargisumana.gargi Members
edited November -1 in Sahi - Open Source
When image is clicked new popup of date picker will come which is nothing but window.open and there is no domain name associated with that is the url in the window is null

When i giving selectwindow and _click(_link(10)) i am getting the below error:

Window/Domain not found: popupNameFromStep=Calendar - Management Suite; derivedName=; windowName=; windowTitle=Test/Survey/
Certification Plan; wasOpened=0; domain=

This is the script :

_click(_image("calendar18"));
_wait(50);
_selectWindow("Calendar - Management Suite");
_click(_link("10"));
_selectWindow();
Sign In or Register to comment.