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 to handle two windows with same window name?
Hi All,
I have on window with window name say, "xyz". There I perform login action, navigate through site. Then I open a new window (different GUI and behavior but name is same as "xyz").
_call(window.open("xyz.com","xyz")); [not able to post site link]
On this new window again I perform login action. Sometimes, it works fine but sometimes it fails to enter user credentials.
How do I handle such situation.
Please help.
I have on window with window name say, "xyz". There I perform login action, navigate through site. Then I open a new window (different GUI and behavior but name is same as "xyz").
_call(window.open("xyz.com","xyz")); [not able to post site link]
On this new window again I perform login action. Sometimes, it works fine but sometimes it fails to enter user credentials.
How do I handle such situation.
Please help.