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.
How can an extra browser IE9 window be closed ?
Hi all,
_click(_button("XXX")); opens a new window (sort of popup with a title)
_selectWindow(/<reg exp/); returns null
_selectWindow("<full name>"); returns null
only mouseover into a field on the newly opened window displays "popup_xxxx" in the prefix field
then performing _popup("popup_xxx").close(); works
this is not scriptable because the ID is dynamically generated on each new IE9 session
Is there a way to get the popup_xxx id or to select the new window?
Crossing fingers for a solution...
_click(_button("XXX")); opens a new window (sort of popup with a title)
_selectWindow(/<reg exp/); returns null
_selectWindow("<full name>"); returns null
only mouseover into a field on the newly opened window displays "popup_xxxx" in the prefix field
then performing _popup("popup_xxx").close(); works
this is not scriptable because the ID is dynamically generated on each new IE9 session
Is there a way to get the popup_xxx id or to select the new window?
Crossing fingers for a solution...